From 1b6d17b9dad596fea334f9b4b662e0708c495453 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 24 May 2024 12:35:31 +0200 Subject: Fix headers in local_cas and bazel_network. --- test/buildtool/storage/TARGETS | 1 + test/buildtool/storage/local_cas.test.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'test/buildtool/storage') diff --git a/test/buildtool/storage/TARGETS b/test/buildtool/storage/TARGETS index 13fc6e22..eff66bc0 100644 --- a/test/buildtool/storage/TARGETS +++ b/test/buildtool/storage/TARGETS @@ -20,6 +20,7 @@ , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/file_system", "object_type"] + , ["@", "src", "src/buildtool/execution_api/bazel_msg", "bazel_msg"] ] , "stage": ["test", "buildtool", "storage"] } diff --git a/test/buildtool/storage/local_cas.test.cpp b/test/buildtool/storage/local_cas.test.cpp index 5f481b07..e076058b 100644 --- a/test/buildtool/storage/local_cas.test.cpp +++ b/test/buildtool/storage/local_cas.test.cpp @@ -17,6 +17,7 @@ #include "catch2/catch_test_macros.hpp" #include "src/buildtool/common/artifact_digest.hpp" +#include "src/buildtool/execution_api/bazel_msg/bazel_blob.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/object_type.hpp" #include "test/utils/hermeticity/local.hpp" -- cgit v1.2.3