mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 04:28:57 +08:00
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
|
||
|
{
|