summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_repo.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@gmail.com>2023-01-14 14:26:01 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2023-01-19 12:38:47 +0100
commitfe8983f3444ca0f287d54d673ddda3aa9fb1a17c (patch)
treee46472985f4bda9f69ddb8e7ba40c176b9b28276 /src/buildtool/file_system/git_repo.hpp
parent4ae1447b3d821bfb77bedcf67422369ae59c74dd (diff)
downloadjustbuild-fe8983f3444ca0f287d54d673ddda3aa9fb1a17c.tar.gz
Minor fixes for compiling with clang-14
Diffstat (limited to 'src/buildtool/file_system/git_repo.hpp')
-rw-r--r--src/buildtool/file_system/git_repo.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/file_system/git_repo.hpp b/src/buildtool/file_system/git_repo.hpp
index ecd3c776..fbb07aec 100644
--- a/src/buildtool/file_system/git_repo.hpp
+++ b/src/buildtool/file_system/git_repo.hpp
@@ -15,6 +15,8 @@
#ifndef INCLUDED_SRC_BUILDTOOL_FILE_SYSTEM_GIT_REPO_HPP
#define INCLUDED_SRC_BUILDTOOL_FILE_SYSTEM_GIT_REPO_HPP
+#include <functional>
+
#include "src/buildtool/file_system/git_cas.hpp"
/// \brief Git repository logic.