mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -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)
|
#if (_MSC_VER >= 1900)
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#else
|
#else
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/tr1/tr1/unordered_map>
|
||||||
#endif
|
#endif
|
||||||
#elif defined HAVE_UNORDERED_MAP
|
#elif defined HAVE_UNORDERED_MAP
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user