diff options
Diffstat (limited to 'src/other_tools/just_mr/setup_utils.hpp')
-rw-r--r-- | src/other_tools/just_mr/setup_utils.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/setup_utils.hpp b/src/other_tools/just_mr/setup_utils.hpp index c96db5a3..6b0d8731 100644 --- a/src/other_tools/just_mr/setup_utils.hpp +++ b/src/other_tools/just_mr/setup_utils.hpp @@ -16,10 +16,11 @@ #define INCLUDED_SRC_OTHER_TOOLS_JUST_MR_SETUP_UTILS_HPP #include <filesystem> +#include <functional> #include <memory> #include <optional> -#include <set> #include <string> +#include <unordered_set> #include <vector> #include "src/buildtool/auth/authentication.hpp" |