From 996758c41f11c5608cc264884a2b09e551fa5934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Thu, 14 May 2020 18:28:51 +0200 Subject: [PATCH] refixing compilation --- sources/SNES.cpp | 2 ++ 1 file changed, 2 insertions(+) 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