1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:23:53 +00:00

Merge pull request #2817 from elsid/fix_build

Fix build with boost 1.73
This commit is contained in:
Bret Curtis 2020-05-01 00:40:28 +02:00 committed by GitHub
commit eeb13ad8a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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