Skip to content

Commit

Permalink
Merge pull request #14504 from slava77/CMSSW_8_1_X_2016-05-13-2300/si…
Browse files Browse the repository at this point in the history
…gn703/fixgcc600Err

numeric header include  for std::accumulate to fix gcc600 error
  • Loading branch information
cmsbuild committed May 15, 2016
2 parents 3176ca2 + 214dae3 commit 9b27f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecoTracker/TkSeedGenerator/src/FastCircleFit.cc
Expand Up @@ -13,6 +13,8 @@
#define PRINT LogTrace("FastCircleFit")
#endif

#include <numeric>

namespace {
template<typename T>
T sqr(T t) { return t*t; }
Expand Down

0 comments on commit 9b27f7e

Please sign in to comment.