diff --git a/Source/Android/PluginRSP/hle.cpp b/Source/Android/PluginRSP/hle.cpp index 4657a7c209..71cf152cb7 100644 --- a/Source/Android/PluginRSP/hle.cpp +++ b/Source/Android/PluginRSP/hle.cpp @@ -7,6 +7,9 @@ // GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html #include "stdafx.h" +#if defined (_WIN32) && defined(_DEBUG) +#include +#endif #include "mem.h" #include "ucodes.h" #include @@ -317,10 +320,6 @@ void CHle::non_task_dispatching(void) #endif } -#if defined(_WIN32) && defined(_DEBUG) -#include -#endif - void CHle::VerboseMessage(const char *message, ...) { #if defined(_WIN32) && defined(_DEBUG) @@ -336,4 +335,4 @@ void CHle::WarnMessage(const char *message, ...) #if defined(_WIN32) && defined(_DEBUG) MessageBoxA(NULL, message, "HLE warning message", MB_OK); #endif -} +} \ No newline at end of file