summarylogtreecommitdiffstats
path: root/xgboost_fix_missing_include.patch
blob: a10776888adcdc1a5a5f2d61196b364a5fba8e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/tree/param.h b/src/tree/param.h
index e9de3ac..23d0c5b 100644
--- a/src/tree/param.h
+++ b/src/tree/param.h
@@ -9,6 +9,7 @@
 
 #include <vector>
 #include <cstring>
+#include <cmath>
 
 namespace xgboost {
 namespace tree {