mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 04:49:02 +08:00
13 lines
355 B
Diff
13 lines
355 B
Diff
|
diff --git a/include/concurrencpp/threads/thread.h b/include/concurrencpp/threads/thread.h
|
||
|
index 82ca58b..ecdaa27 100644
|
||
|
--- a/include/concurrencpp/threads/thread.h
|
||
|
+++ b/include/concurrencpp/threads/thread.h
|
||
|
@@ -4,6 +4,7 @@
|
||
|
#include "concurrencpp/platform_defs.h"
|
||
|
|
||
|
#include <functional>
|
||
|
+#include <string>
|
||
|
#include <string_view>
|
||
|
#include <thread>
|
||
|
|