Skip to content

Commit

Permalink
Merge pull request #23315 from mrodozov/fix-headers-RcTrk/FnlTrkSektr…
Browse files Browse the repository at this point in the history
…-pkg

fix headers in RecoTracker/FinalTrackSelectors
  • Loading branch information
cmsbuild committed May 26, 2018
2 parents 0314365 + 79e9bc9 commit ff1e89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RecoTracker/FinalTrackSelectors/plugins/getBestVertex.h
@@ -1,5 +1,6 @@
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include <limits>

using Point = math::XYZPoint;
Expand Down
1 change: 1 addition & 0 deletions RecoTracker/FinalTrackSelectors/plugins/powN.h
@@ -1,3 +1,4 @@
#include <cmath>
namespace {
// not a generic solution (wrong for N negative for instance)
template<int N>
Expand Down

0 comments on commit ff1e89c

Please sign in to comment.