diff --git a/Processors/68000/State/State.cpp b/Processors/68000/State/State.cpp index 1ae4fe2db..c9964901e 100644 --- a/Processors/68000/State/State.cpp +++ b/Processors/68000/State/State.cpp @@ -8,6 +8,8 @@ #include "State.hpp" +#include + using namespace CPU::MC68000; State::State(const ProcessorBase &src): State() { diff --git a/Reflection/Struct.hpp b/Reflection/Struct.hpp index 833fe8d76..f0d22e5e9 100644 --- a/Reflection/Struct.hpp +++ b/Reflection/Struct.hpp @@ -9,7 +9,6 @@ #ifndef Struct_hpp #define Struct_hpp -#include #include #include #include