diff options
| author | levlam <levlam@telegram.org> | 2022-07-14 18:38:48 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-07-14 18:38:48 +0300 |
| commit | abc9ed2cd90129d41e69d413d2c48ba3f09a090e (patch) | |
| tree | 6f1b3cb50a25bec9b906d55e4486ff3a79d59711 /tdactor | |
| parent | bf80c43c05732905df4d27dee31536759b6f1e06 (diff) | |
Minor fixes.
Diffstat (limited to 'tdactor')
| -rw-r--r-- | tdactor/td/actor/Timeout.h | 2 | ||||
| -rw-r--r-- | tdactor/td/actor/impl/Scheduler-decl.h | 1 | ||||
| -rw-r--r-- | tdactor/td/actor/impl/Scheduler.cpp | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/tdactor/td/actor/Timeout.h b/tdactor/td/actor/Timeout.h index 5c2293b99..cde72657b 100644 --- a/tdactor/td/actor/Timeout.h +++ b/tdactor/td/actor/Timeout.h @@ -8,6 +8,8 @@ #include "td/actor/actor.h" +#include "td/utils/common.h" + namespace td { class Timeout final : public Actor { diff --git a/tdactor/td/actor/impl/Scheduler-decl.h b/tdactor/td/actor/impl/Scheduler-decl.h index 396995e6c..72893e4e8 100644 --- a/tdactor/td/actor/impl/Scheduler-decl.h +++ b/tdactor/td/actor/impl/Scheduler-decl.h @@ -11,6 +11,7 @@ #include "td/actor/impl/EventFull-decl.h" #include "td/utils/Closure.h" +#include "td/utils/common.h" #include "td/utils/FlatHashMap.h" #include "td/utils/Heap.h" #include "td/utils/List.h" diff --git a/tdactor/td/actor/impl/Scheduler.cpp b/tdactor/td/actor/impl/Scheduler.cpp index 9ad7cb72c..b29b5b34d 100644 --- a/tdactor/td/actor/impl/Scheduler.cpp +++ b/tdactor/td/actor/impl/Scheduler.cpp @@ -21,6 +21,7 @@ #include "td/utils/MpscPollableQueue.h" #include "td/utils/ObjectPool.h" #include "td/utils/port/thread_local.h" +#include "td/utils/Promise.h" #include "td/utils/ScopeGuard.h" #include "td/utils/Time.h" |
