From c87d2ac032f682f489e23d5950cd3166f3e303a2 Mon Sep 17 00:00:00 2001 From: Michael Thies Date: Sun, 16 Jul 2023 00:23:00 +0000 Subject: operation_cache: add missing include --- src/buildtool/execution_api/execution_service/operation_cache.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_api/execution_service/operation_cache.hpp') diff --git a/src/buildtool/execution_api/execution_service/operation_cache.hpp b/src/buildtool/execution_api/execution_service/operation_cache.hpp index 97b137fb..25ca49a7 100644 --- a/src/buildtool/execution_api/execution_service/operation_cache.hpp +++ b/src/buildtool/execution_api/execution_service/operation_cache.hpp @@ -16,6 +16,7 @@ #define OPERATION_CACHE_HPP #include +#include #include #include #include -- cgit v1.2.3