From 9a7575b2c6559e35538dfe5b18ae2adbb5c666be Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Thu, 23 Feb 2023 11:35:40 +0100 Subject: add missing ldflags -pthread and use -pthread consistently --- src/buildtool/file_system/git_repo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buildtool/file_system/git_repo.cpp') diff --git a/src/buildtool/file_system/git_repo.cpp b/src/buildtool/file_system/git_repo.cpp index df8c6fad..1eed7eb7 100644 --- a/src/buildtool/file_system/git_repo.cpp +++ b/src/buildtool/file_system/git_repo.cpp @@ -14,6 +14,8 @@ #include "src/buildtool/file_system/git_repo.hpp" +#include + #include "src/buildtool/logging/logger.hpp" #include "src/utils/cpp/hex_string.hpp" #include "src/utils/cpp/path.hpp" -- cgit v1.2.3