Merge commit 'c77fa7a670133ac40d6387cc2e958d5fc7cae8c4'

This commit is contained in:
tqchen 2015-04-29 20:23:56 -07:00
commit b2bd79bc76

View File

@ -16,7 +16,7 @@
#ifdef _MSC_VER
typedef unsigned __int64 uint64_t;
#else
#include <cinttypes>
#include <inttypes.h>
#endif
/*! \brief namespace for dmlc */