diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-15 15:46:20 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-16 17:51:12 +0200 |
commit | e2b3a503d294770e53209954f4ce78bf8f78faf1 (patch) | |
tree | 5805ee92d85240a22a0f731d51c4e4d3c9dfe4bf /src/other_tools/just_mr/setup_utils.cpp | |
parent | c50bd99d7f5554639b6a3a5563bba32ce2c87ffb (diff) | |
download | justbuild-e2b3a503d294770e53209954f4ce78bf8f78faf1.tar.gz |
Add missing RemoteExecutionConfig includes
Diffstat (limited to 'src/other_tools/just_mr/setup_utils.cpp')
-rw-r--r-- | src/other_tools/just_mr/setup_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/setup_utils.cpp b/src/other_tools/just_mr/setup_utils.cpp index 577fb1bf..2c219d95 100644 --- a/src/other_tools/just_mr/setup_utils.cpp +++ b/src/other_tools/just_mr/setup_utils.cpp @@ -20,6 +20,7 @@ #include "nlohmann/json.hpp" #include "src/buildtool/build_engine/expression/expression.hpp" +#include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" |