From 97643e304f723ed8d006c64eaee598ad88ce79b5 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 20 Dec 2020 15:39:53 +0000 Subject: [PATCH] Fix build for missing include of Interface.h --- source/Debugger/Debugger_Assembler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debugger_Assembler.cpp b/source/Debugger/Debugger_Assembler.cpp index 34ce1db2..7cfdddf1 100644 --- a/source/Debugger/Debugger_Assembler.cpp +++ b/source/Debugger/Debugger_Assembler.cpp @@ -30,9 +30,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "Debug.h" +#include "../Interface.h" #include "../CPU.h" #include "../Memory.h" -#include "../Windows/WinFrame.h" #define DEBUG_ASSEMBLER 0