diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-01-12 13:04:28 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-01-26 14:51:43 +0100 |
commit | 577db2f76dfd6d8d5c5dba53adeff3f64c631086 (patch) | |
tree | 413bb4388f1b5dbca1b086b61e0da9b4a780d17f /src/other_tools/root_maps/commit_git_map.cpp | |
parent | dc501821c783740bd0298c188e7c41a9d5b7f60e (diff) | |
download | justbuild-577db2f76dfd6d8d5c5dba53adeff3f64c631086.tar.gz |
root_maps: Small cleanup of includes and targets file
...for more easily readable and maintainable target descriptions.
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index 5e65217a..7855c3f2 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -19,6 +19,7 @@ #include "fmt/core.h" #include "src/buildtool/file_system/file_root.hpp" #include "src/buildtool/multithreading/task_system.hpp" +#include "src/buildtool/serve_api/remote/serve_api.hpp" #include "src/buildtool/storage/config.hpp" #include "src/buildtool/storage/fs_utils.hpp" #include "src/other_tools/git_operations/git_repo_remote.hpp" |