summaryrefslogtreecommitdiff
path: root/src/other_tools/git_operations/git_operations.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-12-18 12:47:44 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-12-19 16:01:56 +0100
commitf9e28b11df9f5ce5bba2591bbc4c94bef47647c4 (patch)
treef95ff13bd2f4fb8d88a28429974d6dcc788abe93 /src/other_tools/git_operations/git_operations.cpp
parent4a896bc5924d549fbb1fd8eb59d3fde30d748bbb (diff)
downloadjustbuild-f9e28b11df9f5ce5bba2591bbc4c94bef47647c4.tar.gz
other_tools: Fix missing includes of direct dependencies
This fixes the multiple instances of (mainly) missing or wrong includes of standard, third-party, and own headers in the other_tools source folder.
Diffstat (limited to 'src/other_tools/git_operations/git_operations.cpp')
-rw-r--r--src/other_tools/git_operations/git_operations.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/git_operations/git_operations.cpp b/src/other_tools/git_operations/git_operations.cpp
index f0f80a8d..74f1d323 100644
--- a/src/other_tools/git_operations/git_operations.cpp
+++ b/src/other_tools/git_operations/git_operations.cpp
@@ -14,8 +14,10 @@
#include "src/other_tools/git_operations/git_operations.hpp"
+#include <memory>
#include <vector>
+#include "fmt/core.h"
#include "src/buildtool/file_system/file_system_manager.hpp"
#include "src/buildtool/logging/logger.hpp"
#include "src/other_tools/git_operations/git_repo_remote.hpp"