change uint64_t to depend on utils

This commit is contained in:
Tianqi Chen
2014-08-26 20:08:13 -07:00
parent 3e5cb25830
commit d00f27dc6b
2 changed files with 2 additions and 3 deletions

View File

@@ -7,8 +7,7 @@
* can be used to create wrapper of other languages
*/
#include <cstdio>
// define uint64_t to be unsigned long
typedef unsigned long uint64_t;
#include "../src/utils/utils.h"
#define XGB_DLL
extern "C" {