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