diff options
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 0dfb6c8a..f2c3e8a9 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -15,6 +15,7 @@ #include "src/other_tools/just_mr/fetch.hpp" #include <filesystem> +#include <utility> // std::move #include "fmt/core.h" #include "nlohmann/json.hpp" |