1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +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>