From cdce0ec3221fae0987b3f34f16be6371b8bac3cd Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Thu, 22 Jul 2010 02:46:15 +0000 Subject: [PATCH] Build fix on linux. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5933 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/GeckoCode.h | 3 ++- Source/Core/Core/Src/PatchEngine.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Core/Core/Src/GeckoCode.h b/Source/Core/Core/Src/GeckoCode.h index 305560318b..8073b18096 100644 --- a/Source/Core/Core/Src/GeckoCode.h +++ b/Source/Core/Core/Src/GeckoCode.h @@ -5,6 +5,7 @@ #include "Common.h" #include +#include namespace Gecko { @@ -63,4 +64,4 @@ namespace Gecko } // namespace Gecko -#endif \ No newline at end of file +#endif diff --git a/Source/Core/Core/Src/PatchEngine.cpp b/Source/Core/Core/Src/PatchEngine.cpp index fb5f2056fa..0abb280d2c 100644 --- a/Source/Core/Core/Src/PatchEngine.cpp +++ b/Source/Core/Core/Src/PatchEngine.cpp @@ -34,8 +34,8 @@ #include "PatchEngine.h" #include "HW/Memmap.h" #include "ActionReplay.h" -#include "GeckoCode.h"; -#include "GeckoCodeConfig.h"; +#include "GeckoCode.h" +#include "GeckoCodeConfig.h" #include "FileUtil.h" using namespace Common;