summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/local/local_execution.test.cpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-01-28 10:13:50 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-02-07 14:58:04 +0100
commitea2291d24d531a1ea221f1035636303ac0da787d (patch)
tree1f9d1d6f85328440afd360a2ab478d2887992c5e /test/buildtool/execution_api/local/local_execution.test.cpp
parent5fa4f4f6843fefdc64918cdfb14bf2c287bd387c (diff)
downloadjustbuild-ea2291d24d531a1ea221f1035636303ac0da787d.tar.gz
Replace ContentBlobContainer<T> with std::unordered_set
Diffstat (limited to 'test/buildtool/execution_api/local/local_execution.test.cpp')
-rw-r--r--test/buildtool/execution_api/local/local_execution.test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/local/local_execution.test.cpp b/test/buildtool/execution_api/local/local_execution.test.cpp
index a3b5c9a1..dff30d51 100644
--- a/test/buildtool/execution_api/local/local_execution.test.cpp
+++ b/test/buildtool/execution_api/local/local_execution.test.cpp
@@ -14,6 +14,7 @@
#include <cstdlib>
#include <filesystem>
+#include <functional>
#include <map>
#include <memory>
#include <optional>