missing include
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1285 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2229d4e038
commit
f1a3212ef3
|
@ -19,6 +19,7 @@
|
||||||
#define WIIMOTE_EMU_H
|
#define WIIMOTE_EMU_H
|
||||||
|
|
||||||
#include "wiimote_hid.h"
|
#include "wiimote_hid.h"
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace WiiMoteEmu
|
namespace WiiMoteEmu
|
||||||
{
|
{
|
||||||
|
@ -34,4 +35,4 @@ std::string ArrayToString(const u8 *data, u32 size, u32 offset = 0, int line_len
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue