From b16fccf0fbbbf94064bf2a6c7c47f2b910ab31f1 Mon Sep 17 00:00:00 2001 From: Veawor Liu 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 #include #include +#include namespace rttr {