1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 04:06:40 +00:00

fix missing include

This commit is contained in:
Stanislaw Halik 2018-12-07 04:23:52 +01:00
parent d791dcfbf3
commit 59d96d808e

View file

@ -4,6 +4,7 @@
#include <stdint.h>
#include <vector>
#include <memory>
#include <string>
#include <OpenThreads/Thread>
#include <OpenThreads/Mutex>