From e047c360dcc5cbdc01ee19a1b755bb70d883e41c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 4 Apr 2024 16:34:29 +0200 Subject: test: Add missing includes and fix deps --- test/other_tools/git_operations/git_config_run.test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/other_tools/git_operations/git_config_run.test.cpp') diff --git a/test/other_tools/git_operations/git_config_run.test.cpp b/test/other_tools/git_operations/git_config_run.test.cpp index 50f859d7..1e72c7da 100644 --- a/test/other_tools/git_operations/git_config_run.test.cpp +++ b/test/other_tools/git_operations/git_config_run.test.cpp @@ -15,6 +15,8 @@ #include #include #include +#include +#include #include #include "src/buildtool/file_system/git_context.hpp" -- cgit v1.2.3