From af1e42ec9059453a27ea1dccbbdab305bd894775 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sun, 31 Aug 2008 14:00:54 +0000 Subject: [PATCH] Fix build git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@406 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index f1e2749569..5769e597cb 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -18,7 +18,11 @@ #ifndef _COMMON_H #define _COMMON_H +#ifdef _WIN32 +#include "../../../PluginSpecs/CommonTypes.h" +#else #include "CommonTypes.h" +#endif #include #include