1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:53:52 +00:00

Add missing include

This commit is contained in:
Andrei Kortunov 2020-05-09 11:28:30 +04:00
parent 73552f1d3c
commit a6514e7740

View file

@ -2,6 +2,7 @@
#define MWINPUT_CONTROLSWITCH_H #define MWINPUT_CONTROLSWITCH_H
#include <map> #include <map>
#include <string>
namespace ESM namespace ESM
{ {