aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/set_with_position.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-01-01 15:59:53 +0300
committerlevlam <levlam@telegram.org>2021-01-01 16:01:03 +0300
commit82f0386e73b7128a8aafec5bfa7dd825fe94ac39 (patch)
tree28a5c273b87c729893d06dca5f62d9364ef2a2d7 /test/set_with_position.cpp
parent09512926a6f77ad7f407bef5a10bd41329073979 (diff)
Move some functions from misc.h to algorithm.h.
Diffstat (limited to 'test/set_with_position.cpp')
-rw-r--r--test/set_with_position.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/set_with_position.cpp b/test/set_with_position.cpp
index d1552ac85..53355a58b 100644
--- a/test/set_with_position.cpp
+++ b/test/set_with_position.cpp
@@ -6,6 +6,7 @@
//
#include "td/telegram/SetWithPosition.h"
+#include "td/utils/algorithm.h"
#include "td/utils/common.h"
#include "td/utils/misc.h"
#include "td/utils/Random.h"