From bb7cae4c188c4fd931e167adb6af15f9d853e79a Mon Sep 17 00:00:00 2001 From: "fires.gc" Date: Thu, 9 Oct 2008 21:21:39 +0000 Subject: [PATCH] bug fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@817 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp index aeb35df6d0..b3da0d058b 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp @@ -19,6 +19,7 @@ // ////////////////////////////////////////////////////////////////////////////////////////// +#include "Globals.h" // this is the precompiled header and must be the first ... // --------------------------------------------------------------------------------------- // Includes @@ -31,12 +32,12 @@ #include #endif -#include "Globals.h" + #include "../Debugger/Debugger.h" // for the CDebugger class #include "../Debugger/PBView.h" #include "Console.h" // open and close console, clear console window #include "../Logging/Logging.h" // for global logging values -#include "../Globals.h" // for __Log() + // ---------------------------------------------------------------------------------------