mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 02:11:33 +00:00
Add missing include
This commit is contained in:
parent
0455f48d02
commit
b4e52a6bc8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "keyboardmanager.hpp"
|
#include "keyboardmanager.hpp"
|
||||||
|
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
#include <MyGUI_InputManager.h>
|
#include <MyGUI_InputManager.h>
|
||||||
|
|
||||||
#include "../mwbase/environment.hpp"
|
#include "../mwbase/environment.hpp"
|
||||||
|
|
Loading…
Reference in a new issue