From bd410a2557b6127d47396cd0740347e4af0766df Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 17 Dec 2024 16:51:12 +0100 Subject: Remove FileRoot::ComputedRoot --- src/other_tools/repo_map/TARGETS | 1 + src/other_tools/repo_map/repos_to_setup_map.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/other_tools/repo_map') diff --git a/src/other_tools/repo_map/TARGETS b/src/other_tools/repo_map/TARGETS index 8958f84c..af80fa2f 100644 --- a/src/other_tools/repo_map/TARGETS +++ b/src/other_tools/repo_map/TARGETS @@ -23,6 +23,7 @@ , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/crypto", "hash_info"] , ["src/buildtool/file_system", "file_root"] + , ["src/buildtool/file_system", "precomputed_root"] , ["src/buildtool/file_system/symlinks_map", "pragma_special"] , ["src/buildtool/multithreading", "task_system"] , ["src/other_tools/just_mr", "utils"] diff --git a/src/other_tools/repo_map/repos_to_setup_map.cpp b/src/other_tools/repo_map/repos_to_setup_map.cpp index 1470297b..779406b4 100644 --- a/src/other_tools/repo_map/repos_to_setup_map.cpp +++ b/src/other_tools/repo_map/repos_to_setup_map.cpp @@ -26,6 +26,7 @@ #include "src/buildtool/crypto/hash_function.hpp" #include "src/buildtool/crypto/hash_info.hpp" #include "src/buildtool/file_system/file_root.hpp" +#include "src/buildtool/file_system/precomputed_root.hpp" #include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" #include "src/buildtool/multithreading/task_system.hpp" #include "src/other_tools/just_mr/utils.hpp" -- cgit v1.2.3