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

This commit is contained in:
Frank 2016-06-30 05:28:28 +08:00 committed by Tianqi Chen
parent bd5b07873e
commit 3b73824842

View File

@ -9,6 +9,7 @@
#include <vector>
#include <cstring>
#include <cmath>
namespace xgboost {
namespace tree {