1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 10:15:38 +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;