diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-13 12:54:18 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | a86df51d15da0c55ff7aded9f05d2c23d828eda8 (patch) | |
tree | 5dd62aacbc2fa976b5564e08375e12b0be77ca4d /src/other_tools/root_maps/root_utils.cpp | |
parent | 23ea7c18fa594c0e53957a8f97893467c67c941f (diff) | |
download | justbuild-a86df51d15da0c55ff7aded9f05d2c23d828eda8.tar.gz |
other_tools/repo_map,root_maps: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/root_maps/root_utils.cpp')
-rw-r--r-- | src/other_tools/root_maps/root_utils.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/root_utils.cpp b/src/other_tools/root_maps/root_utils.cpp index 89e71653..85c0ee62 100644 --- a/src/other_tools/root_maps/root_utils.cpp +++ b/src/other_tools/root_maps/root_utils.cpp @@ -14,6 +14,10 @@ #include "src/other_tools/root_maps/root_utils.hpp" +#include <functional> +#include <memory> +#include <vector> + #include "fmt/core.h" #include "src/buildtool/common/artifact.hpp" #include "src/buildtool/common/artifact_digest.hpp" @@ -23,6 +27,7 @@ #include "src/buildtool/execution_api/serve/mr_git_api.hpp" #include "src/buildtool/execution_api/serve/utils.hpp" #include "src/buildtool/file_system/object_type.hpp" +#include "src/utils/cpp/expected.hpp" auto CheckServeHasAbsentRoot(ServeApi const& serve, std::string const& tree_id, |