diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-28 10:13:50 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | ea2291d24d531a1ea221f1035636303ac0da787d (patch) | |
tree | 1f9d1d6f85328440afd360a2ab478d2887992c5e /test/buildtool/execution_api/local/local_execution.test.cpp | |
parent | 5fa4f4f6843fefdc64918cdfb14bf2c287bd387c (diff) | |
download | justbuild-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.cpp | 1 |
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> |