diff options
Diffstat (limited to 'test/buildtool/build_engine/base_maps/test_repo.hpp')
-rw-r--r-- | test/buildtool/build_engine/base_maps/test_repo.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/buildtool/build_engine/base_maps/test_repo.hpp b/test/buildtool/build_engine/base_maps/test_repo.hpp index d3a04d41..7190f081 100644 --- a/test/buildtool/build_engine/base_maps/test_repo.hpp +++ b/test/buildtool/build_engine/base_maps/test_repo.hpp @@ -15,7 +15,11 @@ #ifndef INCLUDED_SRC_TEST_BUILDTOOL_BUILD_ENGINE_BASE_MAPS_TEST_REPO_HPP #define INCLUDED_SRC_TEST_BUILDTOOL_BUILD_ENGINE_BASE_MAPS_TEST_REPO_HPP +#include <atomic> +#include <cstdlib> #include <filesystem> +#include <optional> +#include <string> #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" |