1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Add missing include

This commit is contained in:
elsid 2020-04-30 21:57:22 +02:00
parent bf6daa7269
commit 10daadefbe
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -13,6 +13,7 @@
#include <boost/optional.hpp>
#include <algorithm>
#include <map>
#include <mutex>
#include <unordered_map>