Merge pull request #18 from lugia-kun/master

MSVC build fix
This commit is contained in:
Roman Isaikin
2016-04-09 22:06:13 +03:00
2 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
IntxLNK/

View File

@ -19,6 +19,10 @@
#define MSGPACK_SYSDEP_H__
#include <qglobal.h>
#if defined(_WIN32) && defined(_MSC_VER) && _MSC_VER >= 1600
#include <stdint.h>
#endif
#ifndef _WIN32
#include <arpa/inet.h> /* __BYTE_ORDER */
#endif