From 1308f119a6d66c2f42f9b6e806b528931e36e696 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 26 May 2020 23:07:26 -0400 Subject: [PATCH] Relocates cassert. --- Reflection/Struct.cpp | 1 - Reflection/Struct.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Reflection/Struct.cpp b/Reflection/Struct.cpp index d6ef45f60..e4d772adc 100644 --- a/Reflection/Struct.cpp +++ b/Reflection/Struct.cpp @@ -9,7 +9,6 @@ #include "Struct.hpp" #include -#include #include #include #include diff --git a/Reflection/Struct.hpp b/Reflection/Struct.hpp index f2d744283..68278c7ab 100644 --- a/Reflection/Struct.hpp +++ b/Reflection/Struct.hpp @@ -9,6 +9,7 @@ #ifndef Struct_hpp #define Struct_hpp +#include #include #include #include