1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

fix compile error with boost includes

This commit is contained in:
Jordan Milne 2013-01-11 00:37:04 -04:00
parent a030c03513
commit 1117105039

View File

@ -46,7 +46,7 @@ namespace SFO
SFO::KeyListener* mKeyboardListener;
SFO::WindowListener* mWindowListener;
typedef boost::unordered::unordered_map<SDL_Keycode, OIS::KeyCode> KeyMap;
typedef boost::unordered_map<SDL_Keycode, OIS::KeyCode> KeyMap;
KeyMap mKeyMap;
Uint16 mWarpX;