Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Sep 15, 2021
1 parent 8f97a6d commit bee2893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions td/telegram/RecentDialogList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "td/utils/misc.h"
#include "td/utils/SliceBuilder.h"

#include <algorithm>

namespace td {

RecentDialogList::RecentDialogList(Td *td, const char *name, size_t max_size)
Expand Down

0 comments on commit bee2893

Please sign in to comment.