diff options
Diffstat (limited to 'test/buildtool/multithreading/async_map_node.test.cpp')
-rw-r--r-- | test/buildtool/multithreading/async_map_node.test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/multithreading/async_map_node.test.cpp b/test/buildtool/multithreading/async_map_node.test.cpp index 8dd9bf89..782f41ad 100644 --- a/test/buildtool/multithreading/async_map_node.test.cpp +++ b/test/buildtool/multithreading/async_map_node.test.cpp @@ -15,6 +15,7 @@ #include <mutex> #include <string> #include <thread> +#include <vector> #include "catch2/catch_test_macros.hpp" #include "catch2/matchers/catch_matchers_all.hpp" |