diff --git a/src/gtil/postprocessor.h b/src/gtil/postprocessor.h index a60215fb..574afacc 100644 --- a/src/gtil/postprocessor.h +++ b/src/gtil/postprocessor.h @@ -8,6 +8,7 @@ #ifndef SRC_GTIL_POSTPROCESSOR_H_ #define SRC_GTIL_POSTPROCESSOR_H_ +#include #include namespace treelite { diff --git a/src/model_loader/detail/xgboost.cc b/src/model_loader/detail/xgboost.cc index c7525a43..52ce1e89 100644 --- a/src/model_loader/detail/xgboost.cc +++ b/src/model_loader/detail/xgboost.cc @@ -6,6 +6,7 @@ */ #include "./xgboost.h" +#include #include #include #include