diff options
| author | levlam <levlam@telegram.org> | 2021-08-21 21:42:07 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-08-21 21:42:07 +0300 |
| commit | 43d9ba81ac677aa3d96e7b812a9e76117be687bd (patch) | |
| tree | a2c22a849d8815a1c81655159e3e480cbb21533c /test/online.cpp | |
| parent | d229c5daed67277ae25605cef8e5989acbabe431 (diff) | |
Prefer std::unordered_map to std::map.
Diffstat (limited to 'test/online.cpp')
| -rw-r--r-- | test/online.cpp | 1 |
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> |
