summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine/target_map/result_map.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/build_engine/target_map/result_map.test.cpp')
-rw-r--r--test/buildtool/build_engine/target_map/result_map.test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/build_engine/target_map/result_map.test.cpp b/test/buildtool/build_engine/target_map/result_map.test.cpp
index 56fbfbd6..c781d83c 100644
--- a/test/buildtool/build_engine/target_map/result_map.test.cpp
+++ b/test/buildtool/build_engine/target_map/result_map.test.cpp
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "src/buildtool/build_engine/target_map/result_map.hpp"
+
#include <cstdlib>
#include <filesystem>
#include <fstream>
@@ -23,7 +25,6 @@
#include "nlohmann/json.hpp"
#include "src/buildtool/build_engine/analysed_target/analysed_target.hpp"
#include "src/buildtool/build_engine/expression/target_result.hpp"
-#include "src/buildtool/build_engine/target_map/result_map.hpp"
#include "src/buildtool/common/action_description.hpp"
#include "src/buildtool/common/statistics.hpp"
#include "src/buildtool/file_system/file_system_manager.hpp"