Fix ambiguous call to abs(c or c++). (#1308)

This commit is contained in:
Frank
2016-06-29 14:28:28 -07:00
committed by Tianqi Chen
parent bd5b07873e
commit 3b73824842
+1
View File
@@ -9,6 +9,7 @@
#include <vector> #include <vector>
#include <cstring> #include <cstring>
#include <cmath>
namespace xgboost { namespace xgboost {
namespace tree { namespace tree {