Skip to content

Commit

Permalink
Merge pull request #21484 from davidlt/fix-ubsan-missing-ref-new
Browse files Browse the repository at this point in the history
Fix undefined references
  • Loading branch information
cmsbuild committed Dec 1, 2017
2 parents 8a84031 + 4ce9bf0 commit 49eee55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RecoLocalCalo/HGCalRecAlgos/BuildFile.xml
Expand Up @@ -7,6 +7,7 @@
<use name="FWCore/Framework"/>
<use name="CondFormats/DataRecord"/>
<use name="Geometry/HGCalGeometry"/>
<use name="Geometry/HcalTowerAlgo"/>
<use name="Geometry/Records"/>
<use name="DataFormats/ParticleFlowReco"/>
<export>
Expand Down
1 change: 1 addition & 0 deletions RecoMuon/Navigation/BuildFile.xml
Expand Up @@ -3,6 +3,7 @@
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="RecoMuon/DetLayers"/>
<use name="RecoTracker/TkDetLayers"/>
<use name="TrackingTools/DetLayers"/>
<use name="TrackingTools/TrajectoryState"/>
<use name="Utilities/General"/>
Expand Down

0 comments on commit 49eee55

Please sign in to comment.