diff --git a/pcsx2/SourceLog.cpp b/pcsx2/SourceLog.cpp index 7beb7f176f..c008e9f0f6 100644 --- a/pcsx2/SourceLog.cpp +++ b/pcsx2/SourceLog.cpp @@ -22,6 +22,7 @@ #include "RDebug/deci2.h" #else #include +#include "DebugTools/Debug.h" #endif #include @@ -34,9 +35,9 @@ using namespace R5900; FILE *emuLog; -u32 varLog; #ifdef PCSX2_DEVBUILD +u32 varLog; // these used by the depreciated _old_Log only u16 logProtocol;