1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 18:09:39 +00:00

Add missing include

This commit is contained in:
Andrei Kortunov 2020-04-17 20:03:00 +04:00
parent 0455f48d02
commit b4e52a6bc8

View file

@ -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"