1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 12:53:53 +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>