From e047c360dcc5cbdc01ee19a1b755bb70d883e41c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 4 Apr 2024 16:34:29 +0200 Subject: test: Add missing includes and fix deps --- test/buildtool/build_engine/base_maps/test_repo.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/buildtool/build_engine/base_maps/test_repo.hpp') 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 +#include #include +#include +#include #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" -- cgit v1.2.3