From a16b710d227e28dc63d29cfd059e22760da384a5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 19 May 2020 00:06:29 -0400 Subject: [PATCH] Removes from Struct.h (which means it's needed in the 68000's State). --- Processors/68000/State/State.cpp | 2 ++ Reflection/Struct.hpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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