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:
parent
bb250a236b
commit
2242920b85
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue