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 /tdactor/td/actor/impl | |
| parent | 5bcae9125fc0be88b1d07f621faad31242512a54 (diff) | |
Fix platform.h/config.h includes.
Diffstat (limited to 'tdactor/td/actor/impl')
| -rw-r--r-- | tdactor/td/actor/impl/Scheduler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdactor/td/actor/impl/Scheduler.h b/tdactor/td/actor/impl/Scheduler.h index 4b18baeee..8d1696873 100644 --- a/tdactor/td/actor/impl/Scheduler.h +++ b/tdactor/td/actor/impl/Scheduler.h @@ -13,6 +13,7 @@ #include "td/utils/Heap.h" #include "td/utils/logging.h" #include "td/utils/ObjectPool.h" +#include "td/utils/port/config.h" #include "td/utils/port/detail/PollableFd.h" #include "td/utils/port/PollFlags.h" #include "td/utils/Promise.h" |
