aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/online.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-08-21 21:42:07 +0300
committerlevlam <levlam@telegram.org>2021-08-21 21:42:07 +0300
commit43d9ba81ac677aa3d96e7b812a9e76117be687bd (patch)
treea2c22a849d8815a1c81655159e3e480cbb21533c /test/online.cpp
parentd229c5daed67277ae25605cef8e5989acbabe431 (diff)
Prefer std::unordered_map to std::map.
Diffstat (limited to 'test/online.cpp')
-rw-r--r--test/online.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/online.cpp b/test/online.cpp
index 689beff9a..68b3fbe01 100644
--- a/test/online.cpp
+++ b/test/online.cpp
@@ -5,6 +5,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include <iostream>
+#include <map>
#include <tdutils/td/utils/FileLog.h>
#include <tdutils/td/utils/OptionParser.h>
#include <tdutils/td/utils/port/path.h>