1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 23:45:31 +00:00

Fix compiling with MSVC 2013 (typo mistake with the include file).

This commit is contained in:
cc9cii 2015-08-13 13:11:17 +10:00
parent bb250a236b
commit 2242920b85

View file

@ -5,7 +5,7 @@
#if (_MSC_VER >= 1900)
#include <unordered_map>
#else
#include <boost/unordered_map.hpp>
#include <boost/tr1/tr1/unordered_map>
#endif
#elif defined HAVE_UNORDERED_MAP
#include <unordered_map>