Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jul 22, 2020
1 parent 2a86c81 commit 2a0b891
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/tree/updater_quantile_hist_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@
#ifndef XGBOOST_TREE_UPDATER_QUANTILE_HIST_IMPL_H_
#define XGBOOST_TREE_UPDATER_QUANTILE_HIST_IMPL_H_

#include <algorithm>
#include <memory>
#include <utility>
#include <vector>
#include <limits>

namespace xgboost {
namespace tree {

template<typename GradientSumT>
void QuantileHistMaker::Builder<GradientSumT>::SetHistSynchronizer(
HistSynchronizer<GradientSumT>* sync) {
Expand Down

0 comments on commit 2a0b891

Please sign in to comment.