From fe8983f3444ca0f287d54d673ddda3aa9fb1a17c Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Sat, 14 Jan 2023 14:26:01 +0100 Subject: Minor fixes for compiling with clang-14 --- src/buildtool/file_system/git_repo.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buildtool/file_system/git_repo.hpp') 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 + #include "src/buildtool/file_system/git_cas.hpp" /// \brief Git repository logic. -- cgit v1.2.3