This commit is contained in:
ArthurSonzogni
2025-08-06 06:43:59 +02:00
parent b7b6a48755
commit dc3a6044ee
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#include <stack> // for stack
#include <string>
#include <thread> // for thread, sleep_for
#include <thread> // for thread, sleep_for
#include <tuple> // for _Swallow_assign, ignore
#include <type_traits> // for decay_t
#include <utility> // for move, swap

View File

@@ -8,6 +8,7 @@
#include <gtest/gtest.h>
#include <thread> // for sleep_for
#include "task_runner.hpp"
namespace ftxui::task {
@@ -92,4 +93,3 @@ TEST(TaskTest, RunDelayedTask) {
} // namespace ftxui::task