From 9c3d4539b820b34ca112dedbaf2ed5262c003ace Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:44:47 +0100 Subject: tests: Implement IWYU suggestions --- test/buildtool/multithreading/task_system.test.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/buildtool/multithreading/task_system.test.cpp') diff --git a/test/buildtool/multithreading/task_system.test.cpp b/test/buildtool/multithreading/task_system.test.cpp index 36b1cc14..ece75454 100644 --- a/test/buildtool/multithreading/task_system.test.cpp +++ b/test/buildtool/multithreading/task_system.test.cpp @@ -16,20 +16,25 @@ #include #include +#include #include #include #include #include +#include #include #include // std::iota +#include #include #include #include +#include #include #include "catch2/catch_test_macros.hpp" #include "catch2/generators/catch_generators_all.hpp" #include "catch2/matchers/catch_matchers_all.hpp" +#include "src/utils/cpp/atomic.hpp" #include "test/utils/container_matchers.hpp" namespace { -- cgit v1.2.3