From 9dd98e0a3d34318f912b240f38f4c7e9181595b5 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:50:29 +0100 Subject: other_tools/utils: Implement IWYU suggestions --- src/other_tools/utils/parse_archive.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/other_tools/utils/parse_archive.hpp') diff --git a/src/other_tools/utils/parse_archive.hpp b/src/other_tools/utils/parse_archive.hpp index 198bfa48..7c7c5419 100644 --- a/src/other_tools/utils/parse_archive.hpp +++ b/src/other_tools/utils/parse_archive.hpp @@ -18,7 +18,8 @@ #include #include -#include "src/buildtool/build_engine/expression/expression.hpp" +#include "src/buildtool/build_engine/expression/expression_ptr.hpp" +#include "src/buildtool/multithreading/async_map_consumer.hpp" #include "src/other_tools/ops_maps/content_cas_map.hpp" #include "src/utils/cpp/expected.hpp" -- cgit v1.2.3