aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2019-02-13 00:26:36 +0300
committerlevlam <levlam@telegram.org>2019-02-13 00:26:36 +0300
commit9b42166c68525fd2d9b2686fa03af267d0c44320 (patch)
tree430642fbcba748d3a43d78eb0cc63a3cab5758d9 /benchmark
parenteb9ead582f76e3d5a3f161b810450804167f9797 (diff)
Explicitly include common.h.
GitOrigin-RevId: 5ae32c18d0ff18aac36334b494ea526ce7da4a9a
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bench_actor.cpp1
-rw-r--r--benchmark/bench_db.cpp1
-rw-r--r--benchmark/bench_handshake.cpp1
-rw-r--r--benchmark/bench_http_reader.cpp1
-rw-r--r--benchmark/bench_log.cpp1
5 files changed, 5 insertions, 0 deletions
diff --git a/benchmark/bench_actor.cpp b/benchmark/bench_actor.cpp
index e5d1c90e2..41a1e5246 100644
--- a/benchmark/bench_actor.cpp
+++ b/benchmark/bench_actor.cpp
@@ -9,6 +9,7 @@
#include "td/actor/actor.h"
#include "td/actor/PromiseFuture.h"
+#include "td/utils/common.h"
#include "td/utils/logging.h"
#include <algorithm>
diff --git a/benchmark/bench_db.cpp b/benchmark/bench_db.cpp
index 51264883c..e713adcde 100644
--- a/benchmark/bench_db.cpp
+++ b/benchmark/bench_db.cpp
@@ -15,6 +15,7 @@
#include "td/db/SqliteKeyValueAsync.h"
#include "td/utils/benchmark.h"
+#include "td/utils/common.h"
#include "td/utils/format.h"
#include "td/utils/logging.h"
#include "td/utils/Status.h"
diff --git a/benchmark/bench_handshake.cpp b/benchmark/bench_handshake.cpp
index 05f3185ff..8d6e5b3b7 100644
--- a/benchmark/bench_handshake.cpp
+++ b/benchmark/bench_handshake.cpp
@@ -9,6 +9,7 @@
#include "td/mtproto/DhHandshake.h"
#include "td/utils/base64.h"
+#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/Slice.h"
diff --git a/benchmark/bench_http_reader.cpp b/benchmark/bench_http_reader.cpp
index 4c73597f3..d02e76a7e 100644
--- a/benchmark/bench_http_reader.cpp
+++ b/benchmark/bench_http_reader.cpp
@@ -9,6 +9,7 @@
#include "td/utils/benchmark.h"
#include "td/utils/buffer.h"
+#include "td/utils/common.h"
#include "td/utils/find_boundary.h"
#include "td/utils/logging.h"
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>