From 1b39b1712505d11308f5e3c1b5675e80749a3c72 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 3 May 2021 20:33:25 -0400 Subject: [PATCH] Make sure `size_t` is visible. --- Reflection/Struct.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Reflection/Struct.hpp b/Reflection/Struct.hpp index 761b878ec..36c74f6a8 100644 --- a/Reflection/Struct.hpp +++ b/Reflection/Struct.hpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include