aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/bench_handshake.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2019-02-13 00:26:36 +0300
committerlevlam <levlam@telegram.org>2019-02-13 00:26:36 +0300
commit9b42166c68525fd2d9b2686fa03af267d0c44320 (patch)
tree430642fbcba748d3a43d78eb0cc63a3cab5758d9 /benchmark/bench_handshake.cpp
parenteb9ead582f76e3d5a3f161b810450804167f9797 (diff)
Explicitly include common.h.
GitOrigin-RevId: 5ae32c18d0ff18aac36334b494ea526ce7da4a9a
Diffstat (limited to 'benchmark/bench_handshake.cpp')
-rw-r--r--benchmark/bench_handshake.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench_handshake.cpp b/benchmark/bench_handshake.cpp
index 05f3185ff..8d6e5b3b7 100644
--- a/benchmark/bench_handshake.cpp
+++ b/benchmark/bench_handshake.cpp
@@ -9,6 +9,7 @@
#include "td/mtproto/DhHandshake.h"
#include "td/utils/base64.h"
+#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/Slice.h"