diff options
| author | levlam <levlam@telegram.org> | 2018-12-20 00:18:53 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-12-20 00:18:53 +0300 |
| commit | b676fe509ade8ad9a0f5d2a0727d61440ecf2382 (patch) | |
| tree | d6c3cf36664f70d9d464acbfe5ee21df4ae6d849 /benchmark/bench_crypto.cpp | |
| parent | bc991da146e21aa7f7447c30f9320fe22ffc1bde (diff) | |
Move UInt to UInt.h
GitOrigin-RevId: 52b6d36d1ece8c267f5548000b2592ffd3a62ded
Diffstat (limited to 'benchmark/bench_crypto.cpp')
| -rw-r--r-- | benchmark/bench_crypto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench_crypto.cpp b/benchmark/bench_crypto.cpp index 44d309ef1..30acbc16e 100644 --- a/benchmark/bench_crypto.cpp +++ b/benchmark/bench_crypto.cpp @@ -12,6 +12,7 @@ #include "td/utils/port/thread.h" #include "td/utils/Random.h" #include "td/utils/Slice.h" +#include "td/utils/UInt.h" #include <openssl/sha.h> |
