Fixed the build error in r6227.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6228 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nodchip 2010-09-26 06:58:21 +00:00
parent 436a927566
commit 2f44464eef
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <vector>
#include <string>
#include <map>
namespace Gecko
{

View File

@ -16,6 +16,7 @@
// http://code.google.com/p/dolphin-emu/
#include <string>
#include <queue>
#include "StringUtil.h"
#include "Interpreter/Interpreter.h"