mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
b6bde16b1e
Resolves build failure detected in https://github.com/microsoft/vcpkg/pull/27718
13 lines
255 B
Diff
13 lines
255 B
Diff
diff --git a/src/rttr/variant.h b/src/rttr/variant.h
|
|
index cec094b0..40978e3b 100644
|
|
--- a/src/rttr/variant.h
|
|
+++ b/src/rttr/variant.h
|
|
@@ -38,6 +38,7 @@
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
#include <algorithm>
|
|
+#include <string>
|
|
|
|
namespace rttr
|
|
{
|