From 4989605b096701fee6f1049bdad0827f81d9fb00 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 29 Jul 2024 17:59:35 +0200 Subject: Add missing guard --- test/buildtool/execution_api/common/api_test.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/buildtool/execution_api/common/api_test.hpp') diff --git a/test/buildtool/execution_api/common/api_test.hpp b/test/buildtool/execution_api/common/api_test.hpp index 54394b62..b93215a5 100644 --- a/test/buildtool/execution_api/common/api_test.hpp +++ b/test/buildtool/execution_api/common/api_test.hpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifndef INCLUDED_SRC_TEST_BUILDTOOL_EXECUTION_API_COMMON_API_TEST_HPP +#define INCLUDED_SRC_TEST_BUILDTOOL_EXECUTION_API_COMMON_API_TEST_HPP + #include #include #include @@ -691,3 +694,5 @@ TestRetrieveFileAndSymlinkWithSameContentToPath(ApiFactory const& api_factory, } } } + +#endif // INCLUDED_SRC_TEST_BUILDTOOL_EXECUTION_API_COMMON_API_TEST_HPP -- cgit v1.2.3