Build fix on linux.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5933 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-07-22 02:46:15 +00:00
parent b4ce9c90b6
commit cdce0ec322
2 changed files with 4 additions and 3 deletions

View file

@ -5,6 +5,7 @@
#include "Common.h"
#include <vector>
#include <string>
namespace Gecko
{
@ -63,4 +64,4 @@ namespace Gecko
} // namespace Gecko
#endif
#endif

View file

@ -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;