Skip to content

Commit

Permalink
Merge pull request #21413 from Teemperor/AlgorithmPeriodicBinFinder
Browse files Browse the repository at this point in the history
Added include for algorithm to get std::min
  • Loading branch information
cmsbuild committed Nov 22, 2017
2 parents 5780cd4 + 2eafd88 commit f069d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/BinningTools/interface/PeriodicBinFinderInPhi.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "Utilities/BinningTools/interface/BaseBinFinder.h"

#include <algorithm>
#include <cmath>

/** Periodic Bin Finder around a circle for (almost) equidistant bins.
Expand Down

0 comments on commit f069d31

Please sign in to comment.