diff options
Diffstat (limited to 'src/other_tools/just_mr/setup_utils.cpp')
-rw-r--r-- | src/other_tools/just_mr/setup_utils.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/setup_utils.cpp b/src/other_tools/just_mr/setup_utils.cpp index 777343f5..d7dc6e5d 100644 --- a/src/other_tools/just_mr/setup_utils.cpp +++ b/src/other_tools/just_mr/setup_utils.cpp @@ -15,8 +15,12 @@ #include "src/other_tools/just_mr/setup_utils.hpp" #include <algorithm> +#include <cstdlib> +#include <exception> #include <fstream> +#include <iterator> #include <unordered_set> +#include <utility> #include <variant> #include "nlohmann/json.hpp" @@ -26,6 +30,7 @@ #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" #include "src/other_tools/just_mr/exit_codes.hpp" +#include "src/utils/cpp/expected.hpp" namespace { |