From f9e28b11df9f5ce5bba2591bbc4c94bef47647c4 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 18 Dec 2023 12:47:44 +0100 Subject: other_tools: Fix missing includes of direct dependencies This fixes the multiple instances of (mainly) missing or wrong includes of standard, third-party, and own headers in the other_tools source folder. --- src/other_tools/root_maps/commit_git_map.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/other_tools/root_maps/commit_git_map.cpp') diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index e07a8967..5e65217a 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -16,7 +16,9 @@ #include +#include "fmt/core.h" #include "src/buildtool/file_system/file_root.hpp" +#include "src/buildtool/multithreading/task_system.hpp" #include "src/buildtool/storage/config.hpp" #include "src/buildtool/storage/fs_utils.hpp" #include "src/other_tools/git_operations/git_repo_remote.hpp" -- cgit v1.2.3