diff --git a/src/ftxui/component/screen_interactive.cpp b/src/ftxui/component/screen_interactive.cpp index 2cce071e2..a9c9ca485 100644 --- a/src/ftxui/component/screen_interactive.cpp +++ b/src/ftxui/component/screen_interactive.cpp @@ -19,6 +19,7 @@ #include // for stack #include #include // for thread, sleep_for +#include // for thread, sleep_for #include // for _Swallow_assign, ignore #include // for decay_t #include // for move, swap diff --git a/src/ftxui/core/task_test.cpp b/src/ftxui/core/task_test.cpp index 1f1ca3a6b..91ec35480 100644 --- a/src/ftxui/core/task_test.cpp +++ b/src/ftxui/core/task_test.cpp @@ -8,6 +8,7 @@ #include +#include // for sleep_for #include "task_runner.hpp" namespace ftxui::task { @@ -92,4 +93,3 @@ TEST(TaskTest, RunDelayedTask) { } // namespace ftxui::task -