mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-05 23:31:17 +00:00
Fix build for missing include of Interface.h
This commit is contained in:
parent
2d2ba86f4f
commit
97643e304f
@ -30,9 +30,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
|
|
||||||
#include "Debug.h"
|
#include "Debug.h"
|
||||||
|
|
||||||
|
#include "../Interface.h"
|
||||||
#include "../CPU.h"
|
#include "../CPU.h"
|
||||||
#include "../Memory.h"
|
#include "../Memory.h"
|
||||||
#include "../Windows/WinFrame.h"
|
|
||||||
|
|
||||||
#define DEBUG_ASSEMBLER 0
|
#define DEBUG_ASSEMBLER 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user