diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 09:50:29 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | 9dd98e0a3d34318f912b240f38f4c7e9181595b5 (patch) | |
tree | b9fb351b03acfd9f34b9f94246dee497eff677ac /src/other_tools/utils/parse_git_tree.hpp | |
parent | a86df51d15da0c55ff7aded9f05d2c23d828eda8 (diff) | |
download | justbuild-9dd98e0a3d34318f912b240f38f4c7e9181595b5.tar.gz |
other_tools/utils: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/utils/parse_git_tree.hpp')
-rw-r--r-- | src/other_tools/utils/parse_git_tree.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/utils/parse_git_tree.hpp b/src/other_tools/utils/parse_git_tree.hpp index 5aab1a5b..233e0a7d 100644 --- a/src/other_tools/utils/parse_git_tree.hpp +++ b/src/other_tools/utils/parse_git_tree.hpp @@ -18,7 +18,7 @@ #include <optional> #include <string> -#include "src/buildtool/build_engine/expression/expression.hpp" +#include "src/buildtool/build_engine/expression/expression_ptr.hpp" #include "src/other_tools/ops_maps/git_tree_fetch_map.hpp" #include "src/utils/cpp/expected.hpp" |