summaryrefslogtreecommitdiff
path: root/test/buildtool/multithreading/async_map_node.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/multithreading/async_map_node.test.cpp')
-rw-r--r--test/buildtool/multithreading/async_map_node.test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/multithreading/async_map_node.test.cpp b/test/buildtool/multithreading/async_map_node.test.cpp
index 8aa8f598..8dd9bf89 100644
--- a/test/buildtool/multithreading/async_map_node.test.cpp
+++ b/test/buildtool/multithreading/async_map_node.test.cpp
@@ -16,7 +16,8 @@
#include <string>
#include <thread>
-#include "catch2/catch.hpp"
+#include "catch2/catch_test_macros.hpp"
+#include "catch2/matchers/catch_matchers_all.hpp"
#include "src/buildtool/multithreading/async_map_node.hpp"
#include "src/buildtool/multithreading/task_system.hpp"