blob: ee908775bbfeca38de099a67a308f6f34b1b5ea9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From b16fccf0fbbbf94064bf2a6c7c47f2b910ab31f1 Mon Sep 17 00:00:00 2001
From: Veawor Liu <veawor@gmail.com>
Date: Tue, 22 Oct 2019 05:04:47 +0800
Subject: [PATCH] Fixed compiler errors. (#253)
---
src/rttr/variant.h | 1 +
1 file changed, 1 insertion(+)
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
{
|