diff --git a/pcsx2/SysForwardDefs.h b/pcsx2/SysForwardDefs.h index 504a3c44cd..dc2029b650 100644 --- a/pcsx2/SysForwardDefs.h +++ b/pcsx2/SysForwardDefs.h @@ -21,6 +21,7 @@ static const int PCSX2_VersionLo = 1; static const bool PCSX2_isReleaseVersion = 0; class SysCoreThread; + class CpuInitializerSet; struct Game_Data;