chg version

This commit is contained in:
tqchen
2014-09-01 22:32:03 -07:00
parent 42fb7b4d9d
commit 9100ffc12a
7 changed files with 12 additions and 3 deletions

View File

@@ -6,6 +6,9 @@
#include <string>
#include <cstring>
#include <algorithm>
// include all std functions
using namespace std;
#include "./xgboost_wrapper.h"
#include "../src/data.h"
#include "../src/learner/learner-inl.hpp"