diff options
Diffstat (limited to 'src/other_tools/utils/parse_archive.hpp')
-rw-r--r-- | src/other_tools/utils/parse_archive.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <optional> #include <string> -#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" |