diff --git a/src/endianhelper.h b/src/endianhelper.h index 25704f1..37139c6 100644 --- a/src/endianhelper.h +++ b/src/endianhelper.h @@ -19,6 +19,10 @@ #define MSGPACK_SYSDEP_H__ #include +#if defined(_WIN32) && defined(_MSC_VER) && _MSC_VER >= 1600 +#include +#endif + #ifndef _WIN32 #include /* __BYTE_ORDER */ #endif