diff options
| author | levlam <levlam@telegram.org> | 2020-01-03 01:48:23 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-01-03 01:48:23 +0300 |
| commit | e44b02fe45cd330f3b8090be0cc67baeb3aed662 (patch) | |
| tree | fd191f714a00a83675261babe54c88d97c3b4b09 /benchmark/bench_handshake.cpp | |
| parent | 69f30a350575b4aa0267f3f8f222e3dcc63c698e (diff) | |
Fix some includes.
GitOrigin-RevId: 1a3a8bab67f3ed56545d58815187d7a8f99944d9
Diffstat (limited to 'benchmark/bench_handshake.cpp')
| -rw-r--r-- | benchmark/bench_handshake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_handshake.cpp b/benchmark/bench_handshake.cpp index 2db17e9fb..376175ffa 100644 --- a/benchmark/bench_handshake.cpp +++ b/benchmark/bench_handshake.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -#include "td/utils/benchmark.h" // for bench, do_not_optimize_away, etc +#include "td/utils/benchmark.h" #include "td/mtproto/DhHandshake.h" |
