From 9c3d4539b820b34ca112dedbaf2ed5262c003ace Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:44:47 +0100 Subject: tests: Implement IWYU suggestions --- test/utils/remote_execution/test_remote_config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/utils/remote_execution/test_remote_config.hpp') diff --git a/test/utils/remote_execution/test_remote_config.hpp b/test/utils/remote_execution/test_remote_config.hpp index 513b24ea..9aa2484a 100644 --- a/test/utils/remote_execution/test_remote_config.hpp +++ b/test/utils/remote_execution/test_remote_config.hpp @@ -16,10 +16,12 @@ #define INCLUDED_SRC_TEST_UTILS_REMOTE_EXECUTION_TEST_REMOTE_CONFIG_HPP #include +#include #include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" +#include "src/utils/cpp/expected.hpp" #include "test/utils/test_env.hpp" class TestRemoteConfig final { -- cgit v1.2.3