diff options
| author | levlam <levlam@telegram.org> | 2020-11-23 03:24:36 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-23 03:24:36 +0300 |
| commit | 6571a99b4555824606b3fecb20ad5993d1515b12 (patch) | |
| tree | 64a4da051935c9208e87ed938bafaa2351ee4877 /benchmark/bench_db.cpp | |
| parent | 45c3e28ea3d8b59fe85f457e75e20b7f5e2b3768 (diff) | |
Include ConcurrentScheduler separately.
Diffstat (limited to 'benchmark/bench_db.cpp')
| -rw-r--r-- | benchmark/bench_db.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench_db.cpp b/benchmark/bench_db.cpp index bdc3bad81..9b5d548c6 100644 --- a/benchmark/bench_db.cpp +++ b/benchmark/bench_db.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/db/binlog/Binlog.h" #include "td/db/binlog/ConcurrentBinlog.h" |
