summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2010-07-22 02:46:15 +0000
committerGlenn Rice <glennricster@gmail.com>2010-07-22 02:46:15 +0000
commitcdce0ec3221fae0987b3f34f16be6371b8bac3cd (patch)
tree08250c496fca2d23f987df7a394bc9e0b9a4d66e /Source/Core
parentb4ce9c90b6a32e0cccfec528e74fae5e92f21776 (diff)
Build fix on linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5933 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Src/GeckoCode.h3
-rw-r--r--Source/Core/Core/Src/PatchEngine.cpp4
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 <vector>
+#include <string>
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;