Fix x64 compile error
I don't know why this is needed, as x86 build works fine without it. x64 build fails with Project64-core/N64System/Recompiler/CodeSection.h(19): error C2504: 'CDebugSettings': base class undefined
This commit is contained in:
parent
94a8f1928b
commit
fe7dd71d53
|
@ -11,6 +11,7 @@
|
|||
#pragma once
|
||||
#include "JumpInfo.h"
|
||||
#include <Project64-core/N64System/Recompiler/RecompilerOps.h>
|
||||
#include <Project64-core/Settings/DebugSettings.h>
|
||||
|
||||
class CCodeBlock;
|
||||
|
||||
|
|
Loading…
Reference in New Issue