diff options
| author | levlam <levlam@telegram.org> | 2021-07-05 21:20:07 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-07-05 21:20:07 +0300 |
| commit | 040e0deb317256a97cef7a69f522ff2efae19ddf (patch) | |
| tree | f39f5dd31531c0e3b51c938c86deb094671208d5 /benchmark | |
| parent | 61664b4044f0e7b26c4bd137c86e77867fcdb726 (diff) | |
Move DhCallback to a separate header.
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/bench_handshake.cpp | 1 |
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" |
