From 24f17df782ddebff5dc2e0957ab2749005f6d410 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 29 Apr 2015 20:23:39 -0700 Subject: [PATCH] ok --- include/dmlc/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dmlc/io.h b/include/dmlc/io.h index 5e6052134..e273763ca 100644 --- a/include/dmlc/io.h +++ b/include/dmlc/io.h @@ -16,7 +16,7 @@ #ifdef _MSC_VER typedef unsigned __int64 uint64_t; #else -#include +#include #endif /*! \brief namespace for dmlc */