diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-18 12:47:44 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-19 16:01:56 +0100 |
commit | f9e28b11df9f5ce5bba2591bbc4c94bef47647c4 (patch) | |
tree | f95ff13bd2f4fb8d88a28429974d6dcc788abe93 /src/other_tools/root_maps/commit_git_map.hpp | |
parent | 4a896bc5924d549fbb1fd8eb59d3fde30d748bbb (diff) | |
download | justbuild-f9e28b11df9f5ce5bba2591bbc4c94bef47647c4.tar.gz |
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.
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 4bf4100b..077ed74b 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -19,6 +19,7 @@ #include <utility> #include <vector> +#include "gsl/gsl" #include "nlohmann/json.hpp" #include "src/buildtool/common/user_structs.hpp" #include "src/buildtool/execution_api/common/execution_api.hpp" |