summaryrefslogtreecommitdiff
path: root/src/other_tools/git_operations
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/git_operations')
-rw-r--r--src/other_tools/git_operations/git_ops_types.hpp1
-rw-r--r--src/other_tools/git_operations/git_repo_remote.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/other_tools/git_operations/git_ops_types.hpp b/src/other_tools/git_operations/git_ops_types.hpp
index 2c4b5ff0..0147ee57 100644
--- a/src/other_tools/git_operations/git_ops_types.hpp
+++ b/src/other_tools/git_operations/git_ops_types.hpp
@@ -18,6 +18,7 @@
#include <filesystem>
#include <optional>
#include <string>
+#include <utility> // std::move
#include "src/buildtool/file_system/git_cas.hpp"
#include "src/utils/cpp/path.hpp"
diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp
index d323c08f..9820f352 100644
--- a/src/other_tools/git_operations/git_repo_remote.cpp
+++ b/src/other_tools/git_operations/git_repo_remote.cpp
@@ -14,6 +14,8 @@
#include "src/other_tools/git_operations/git_repo_remote.hpp"
+#include <utility> // std::move
+
#include "fmt/core.h"
#include "nlohmann/json.hpp"
#include "src/buildtool/file_system/git_utils.hpp"