diff options
| author | levlam <levlam@telegram.org> | 2026-05-18 15:33:45 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-05-18 15:33:45 +0300 |
| commit | dc0d6fc2b082ceb8d26855a73aebe33f92e1bca2 (patch) | |
| tree | 048ef6b524c686002c459f98b4f5f8ff8d5694f9 /benchmark | |
| parent | 5bcae9125fc0be88b1d07f621faad31242512a54 (diff) | |
Fix platform.h/config.h includes.
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/bench_misc.cpp | 1 | ||||
| -rw-r--r-- | benchmark/bench_queue.cpp | 1 | ||||
| -rw-r--r-- | benchmark/check_tls.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/bench_misc.cpp b/benchmark/bench_misc.cpp index 15dc58198..4b12f2bc7 100644 --- a/benchmark/bench_misc.cpp +++ b/benchmark/bench_misc.cpp @@ -13,6 +13,7 @@ #include "td/utils/common.h" #include "td/utils/logging.h" #include "td/utils/port/Clocks.h" +#include "td/utils/port/config.h" #include "td/utils/port/EventFd.h" #include "td/utils/port/FileFd.h" #include "td/utils/port/path.h" diff --git a/benchmark/bench_queue.cpp b/benchmark/bench_queue.cpp index cf30cc545..2290f6c31 100644 --- a/benchmark/bench_queue.cpp +++ b/benchmark/bench_queue.cpp @@ -8,6 +8,7 @@ #include "td/utils/common.h" #include "td/utils/logging.h" #include "td/utils/MpscPollableQueue.h" +#include "td/utils/port/config.h" #include "td/utils/port/sleep.h" #include "td/utils/port/thread.h" #include "td/utils/queue.h" diff --git a/benchmark/check_tls.cpp b/benchmark/check_tls.cpp index 009ed91ca..1c84c5969 100644 --- a/benchmark/check_tls.cpp +++ b/benchmark/check_tls.cpp @@ -9,6 +9,7 @@ #include "td/utils/format.h" #include "td/utils/logging.h" #include "td/utils/misc.h" +#include "td/utils/port/config.h" #include "td/utils/port/detail/Iocp.h" #include "td/utils/port/IPAddress.h" #include "td/utils/port/sleep.h" |
