1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 04:20:29 +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>