aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bench_actor.cpp1
-rw-r--r--benchmark/bench_tddb.cpp2
-rw-r--r--benchmark/wget.cpp2
3 files changed, 3 insertions, 2 deletions
diff --git a/benchmark/bench_actor.cpp b/benchmark/bench_actor.cpp
index 66f2e72e3..f68a8d8e0 100644
--- a/benchmark/bench_actor.cpp
+++ b/benchmark/bench_actor.cpp
@@ -12,6 +12,7 @@
#include "td/utils/common.h"
#include "td/utils/crypto.h"
#include "td/utils/logging.h"
+#include "td/utils/Promise.h"
#include "td/utils/SliceBuilder.h"
#if TD_MSVC
diff --git a/benchmark/bench_tddb.cpp b/benchmark/bench_tddb.cpp
index f62c5cd66..eb6880359 100644
--- a/benchmark/bench_tddb.cpp
+++ b/benchmark/bench_tddb.cpp
@@ -16,12 +16,12 @@
#include "td/db/SqliteDb.h"
#include "td/actor/ConcurrentScheduler.h"
-#include "td/actor/PromiseFuture.h"
#include "td/utils/benchmark.h"
#include "td/utils/buffer.h"
#include "td/utils/common.h"
#include "td/utils/logging.h"
+#include "td/utils/Promise.h"
#include "td/utils/Random.h"
#include "td/utils/Status.h"
diff --git a/benchmark/wget.cpp b/benchmark/wget.cpp
index 31bedc861..1fdfc2af1 100644
--- a/benchmark/wget.cpp
+++ b/benchmark/wget.cpp
@@ -9,10 +9,10 @@
#include "td/actor/actor.h"
#include "td/actor/ConcurrentScheduler.h"
-#include "td/actor/PromiseFuture.h"
#include "td/utils/common.h"
#include "td/utils/logging.h"
+#include "td/utils/Promise.h"
#include "td/utils/Status.h"
int main(int argc, char *argv[]) {