aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/wget.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-11-23 03:24:36 +0300
committerlevlam <levlam@telegram.org>2020-11-23 03:24:36 +0300
commit6571a99b4555824606b3fecb20ad5993d1515b12 (patch)
tree64a4da051935c9208e87ed938bafaa2351ee4877 /benchmark/wget.cpp
parent45c3e28ea3d8b59fe85f457e75e20b7f5e2b3768 (diff)
Include ConcurrentScheduler separately.
Diffstat (limited to 'benchmark/wget.cpp')
-rw-r--r--benchmark/wget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/wget.cpp b/benchmark/wget.cpp
index 7aa596d10..d1f32612c 100644
--- a/benchmark/wget.cpp
+++ b/benchmark/wget.cpp
@@ -5,6 +5,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "td/actor/actor.h"
+#include "td/actor/ConcurrentScheduler.h"
#include "td/actor/PromiseFuture.h"
#include "td/net/HttpQuery.h"