diff options
| author | levlam <levlam@telegram.org> | 2019-02-13 00:26:36 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-02-13 00:26:36 +0300 |
| commit | 9b42166c68525fd2d9b2686fa03af267d0c44320 (patch) | |
| tree | 430642fbcba748d3a43d78eb0cc63a3cab5758d9 /benchmark/bench_log.cpp | |
| parent | eb9ead582f76e3d5a3f161b810450804167f9797 (diff) | |
Explicitly include common.h.
GitOrigin-RevId: 5ae32c18d0ff18aac36334b494ea526ce7da4a9a
Diffstat (limited to 'benchmark/bench_log.cpp')
| -rw-r--r-- | benchmark/bench_log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench_log.cpp b/benchmark/bench_log.cpp index 90819de81..c0687acd3 100644 --- a/benchmark/bench_log.cpp +++ b/benchmark/bench_log.cpp @@ -5,6 +5,7 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include "td/utils/benchmark.h" +#include "td/utils/common.h" #include "td/utils/logging.h" #include <cstdio> |
