mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-29 07:00:46 -04:00
Fix compiling with MSVC 2013 (typo mistake with the include file).
This commit is contained in:
parent
bb250a236b
commit
2242920b85
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user