From 3f24fdd9606fde402a585c57073147037378f6d1 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 8 Nov 2024 15:54:26 +0100 Subject: file_system: Implement IWYU suggestions --- src/buildtool/file_system/git_tree.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/buildtool/file_system/git_tree.hpp') diff --git a/src/buildtool/file_system/git_tree.hpp b/src/buildtool/file_system/git_tree.hpp index ac14e239..0419ec1f 100644 --- a/src/buildtool/file_system/git_tree.hpp +++ b/src/buildtool/file_system/git_tree.hpp @@ -17,12 +17,16 @@ #include #include +#include +#include #include #include #include #include // std::move +#include #include "gsl/gsl" +#include "src/buildtool/file_system/git_cas.hpp" #include "src/buildtool/file_system/git_repo.hpp" #include "src/buildtool/file_system/object_type.hpp" #include "src/buildtool/multithreading/atomic_value.hpp" -- cgit v1.2.3