Skip to content

Commit

Permalink
Merge pull request #19160 from Teemperor/FixIncludesRecoLocalCalo_HGC…
Browse files Browse the repository at this point in the history
…alRecAlgos

Fix includes in RecoLocalCalo/HGCalRecAlgos.
  • Loading branch information
cmsbuild committed Jun 10, 2017
2 parents 55e5935 + fefd9fc commit e694c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -8,6 +8,7 @@
* \author Valeri Andreev
*/

#include "FWCore/Utilities/interface/Exception.h"
#include "RecoLocalCalo/HGCalRecAlgos/interface/HGCalRecHitAbsAlgo.h"
#include "DataFormats/HGCDigi/interface/HGCDataFrame.h"
#include "DataFormats/ForwardDetId/interface/HGCalDetId.h"
Expand Down
1 change: 1 addition & 0 deletions RecoLocalCalo/HGCalRecAlgos/interface/KDTreeLinkerToolsT.h
Expand Up @@ -2,6 +2,7 @@
#define KDTreeLinkerToolsTemplated_h

#include <array>
#include <vector>

// Box structure used to define 2D field.
// It's used in KDTree building step to divide the detector
Expand Down

0 comments on commit e694c28

Please sign in to comment.