mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 16:14:17 +00:00
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
|
||||
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user