Commit 672e5f0e authored by Guolin Ke's avatar Guolin Ke
Browse files

fix #487 .

parent 14f429f2
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// boosting // boosting
#include "../../src/boosting/boosting.cpp" #include "../../src/boosting/boosting.cpp"
#include "../../src/boosting/gbdt.cpp" #include "../../src/boosting/gbdt.cpp"
#include "../../src/boosting/gbdt_prediction.cpp"
// io // io
#include "../../src/io/bin.cpp" #include "../../src/io/bin.cpp"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// boosting // boosting
#include "./src/boosting/boosting.cpp" #include "./src/boosting/boosting.cpp"
#include "./src/boosting/gbdt.cpp" #include "./src/boosting/gbdt.cpp"
#include "./src/boosting/gbdt_prediction.cpp"
// io // io
#include "./src/io/bin.cpp" #include "./src/io/bin.cpp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment