summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/blob_tree.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-11 11:25:56 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:05 +0100
commit639980ca8ed463c2da1fb47a2b7d1f204e1768b0 (patch)
treea9bf79465a05ee2c608b0b22fff15e55b1889c23 /src/buildtool/execution_api/common/blob_tree.cpp
parent15590199aba42ec3892f13da9282624b2c49c1c6 (diff)
downloadjustbuild-639980ca8ed463c2da1fb47a2b7d1f204e1768b0.tar.gz
execution_api remaining: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/execution_api/common/blob_tree.cpp')
-rw-r--r--src/buildtool/execution_api/common/blob_tree.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/common/blob_tree.cpp b/src/buildtool/execution_api/common/blob_tree.cpp
index 6bb503b7..a0d362b4 100644
--- a/src/buildtool/execution_api/common/blob_tree.cpp
+++ b/src/buildtool/execution_api/common/blob_tree.cpp
@@ -14,6 +14,9 @@
#include "src/buildtool/execution_api/common/blob_tree.hpp"
+#include <functional>
+#include <string>
+#include <unordered_map>
#include <utility>
#include <variant>
@@ -23,6 +26,7 @@
#include "src/buildtool/crypto/hash_function.hpp"
#include "src/buildtool/file_system/git_repo.hpp"
#include "src/buildtool/file_system/object_type.hpp"
+#include "src/utils/cpp/expected.hpp"
#include "src/utils/cpp/hex_string.hpp"
auto BlobTree::FromDirectoryTree(DirectoryTreePtr const& tree,