From 664d973deeed2d4557b5fad002e7feaeef13ed2e Mon Sep 17 00:00:00 2001 From: rice1964 Date: Thu, 3 Sep 2009 22:27:47 +0000 Subject: [PATCH] DX9 DEBUG and DEBUGFAST build fix, no big deal. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4190 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoDX9/Src/Debugger/Debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoDX9/Src/Debugger/Debugger.cpp b/Source/Plugins/Plugin_VideoDX9/Src/Debugger/Debugger.cpp index 7dbcf4c2b8..3346186dc1 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/Debugger/Debugger.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/Debugger/Debugger.cpp @@ -21,7 +21,7 @@ #include "../Config.h" #include "../Globals.h" -#include "../main.h" +#include "../D3DBase.h" extern int g_Preset;