missing include

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1285 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-24 09:00:37 +00:00
parent 2229d4e038
commit f1a3212ef3
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#define WIIMOTE_EMU_H
#include "wiimote_hid.h"
#include <string>
namespace WiiMoteEmu
{
@ -34,4 +35,4 @@ std::string ArrayToString(const u8 *data, u32 size, u32 offset = 0, int line_len
};
#endif
#endif