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:
parent
b4ce9c90b6
commit
cdce0ec322
|
@ -5,6 +5,7 @@
|
|||
#include "Common.h"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
|
@ -63,4 +64,4 @@ namespace Gecko
|
|||
|
||||
} // namespace Gecko
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue