summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/common')
-rw-r--r--test/buildtool/execution_api/common/api_test.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/api_test.hpp b/test/buildtool/execution_api/common/api_test.hpp
index 0b74d1af..ac8925f0 100644
--- a/test/buildtool/execution_api/common/api_test.hpp
+++ b/test/buildtool/execution_api/common/api_test.hpp
@@ -13,7 +13,11 @@
// limitations under the License.
#include <cstdlib>
+#include <filesystem>
+#include <functional>
+#include <map>
#include <string>
+#include <vector>
#include "catch2/catch_test_macros.hpp"
#include "src/buildtool/common/artifact_factory.hpp"