aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-07-05 21:20:07 +0300
committerlevlam <levlam@telegram.org>2021-07-05 21:20:07 +0300
commit040e0deb317256a97cef7a69f522ff2efae19ddf (patch)
treef39f5dd31531c0e3b51c938c86deb094671208d5 /benchmark
parent61664b4044f0e7b26c4bd137c86e77867fcdb726 (diff)
Move DhCallback to a separate header.
Diffstat (limited to 'benchmark')
-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 e57c78dbb..d56840a2c 100644
--- a/benchmark/bench_handshake.cpp
+++ b/benchmark/bench_handshake.cpp
@@ -6,6 +6,7 @@
//
#include "td/utils/benchmark.h"
+#include "td/mtproto/DhCallback.h"
#include "td/mtproto/DhHandshake.h"
#include "td/utils/base64.h"