diff options
Diffstat (limited to 'src/other_tools/utils/parse_git_tree.cpp')
-rw-r--r-- | src/other_tools/utils/parse_git_tree.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/other_tools/utils/parse_git_tree.cpp b/src/other_tools/utils/parse_git_tree.cpp index 0e58676d..c14f4c55 100644 --- a/src/other_tools/utils/parse_git_tree.cpp +++ b/src/other_tools/utils/parse_git_tree.cpp @@ -14,11 +14,15 @@ #include "src/other_tools/utils/parse_git_tree.hpp" +#include <functional> #include <map> #include <utility> // std::move #include <vector> #include "fmt/core.h" +#include "nlohmann/json.hpp" +#include "src/buildtool/build_engine/expression/expression.hpp" +#include "src/buildtool/crypto/hash_function.hpp" #include "src/buildtool/crypto/hash_info.hpp" [[nodiscard]] auto ParseGitTree(ExpressionPtr const& repo_desc, |