diff --git a/sources/SNES.cpp b/sources/SNES.cpp index 5487ef3..1ae1b61 100644 --- a/sources/SNES.cpp +++ b/sources/SNES.cpp @@ -3,6 +3,7 @@ // #include +#include #include "SNES.hpp" #ifdef DEBUGGER_ENABLED #include "Debugger/CPU/CPUDebug.hpp" @@ -10,6 +11,7 @@ #include "Debugger/MemoryBusDebug.hpp" #include "Debugger/CGramDebug.hpp" + #endif namespace ComSquare