From 13fa0a3e173b1fd320e998818ab9be4493701cff Mon Sep 17 00:00:00 2001 From: Yu Shi Date: Fri, 30 Aug 2024 06:24:01 +0000 Subject: [PATCH] add #include --- src/boosting/bagging.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boosting/bagging.hpp b/src/boosting/bagging.hpp index e3a8cc5bbcf..7a66b569642 100644 --- a/src/boosting/bagging.hpp +++ b/src/boosting/bagging.hpp @@ -7,6 +7,7 @@ #define LIGHTGBM_BOOSTING_BAGGING_HPP_ #include +#include namespace LightGBM {