diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-23 11:35:40 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-15 14:36:44 +0100 |
commit | 9a7575b2c6559e35538dfe5b18ae2adbb5c666be (patch) | |
tree | 49f6f16306713638ca5927fb081de112613ea733 /src/buildtool/file_system/git_repo.cpp | |
parent | 5986dc7eb718c206848ffaad0ab774b1dc1836cb (diff) | |
download | justbuild-9a7575b2c6559e35538dfe5b18ae2adbb5c666be.tar.gz |
add missing ldflags -pthread and use -pthread consistently
Diffstat (limited to 'src/buildtool/file_system/git_repo.cpp')
-rw-r--r-- | src/buildtool/file_system/git_repo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <thread> + #include "src/buildtool/logging/logger.hpp" #include "src/utils/cpp/hex_string.hpp" #include "src/utils/cpp/path.hpp" |