diff options
Diffstat (limited to 'test/buildtool/storage/local_ac.test.cpp')
-rw-r--r-- | test/buildtool/storage/local_ac.test.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/buildtool/storage/local_ac.test.cpp b/test/buildtool/storage/local_ac.test.cpp index 73320ce4..1eac6397 100644 --- a/test/buildtool/storage/local_ac.test.cpp +++ b/test/buildtool/storage/local_ac.test.cpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "src/buildtool/storage/local_ac.hpp" + +#include <optional> #include <string> #include "catch2/catch_test_macros.hpp" @@ -19,9 +22,10 @@ #include "src/buildtool/common/artifact_digest.hpp" #include "src/buildtool/common/artifact_digest_factory.hpp" #include "src/buildtool/common/bazel_types.hpp" -#include "src/buildtool/file_system/file_system_manager.hpp" +#include "src/buildtool/crypto/hash_function.hpp" #include "src/buildtool/file_system/object_type.hpp" #include "src/buildtool/storage/config.hpp" +#include "src/buildtool/storage/local_cas.hpp" #include "src/buildtool/storage/storage.hpp" #include "test/utils/hermeticity/test_storage_config.hpp" |