From 3fcb3a41432b10a4545085647161d0173d1bdcf6 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Tue, 3 Feb 2009 21:22:08 +0000 Subject: [PATCH] Fix Windows again. git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@690 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/SourceLog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;