Skip to content

Commit 75fc02c

Browse files
authored
Merge pull request #49431 from akritkbehera/Ubsan_build_error
[UBSAN_X] Added missing <use> dependencies in BuildFile.xml for HGCalMapping tests and MkFit plugin
2 parents 5aeddd0 + 4e60a80 commit 75fc02c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Geometry/HGCalMapping/test/BuildFile.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<use name="CondFormats/DataRecord"/>
99
<use name="CondFormats/HGCalObjects"/>
1010
<use name="Geometry/HGCalMapping"/>
11+
<use name="Geometry/CaloTopology"/>
12+
<use name="Geometry/HGCalGeometry"/>
1113
<use name="Geometry/CaloGeometry"/>
1214
<use name="Geometry/Records"/>
1315
<use name="FWCore/Framework"/>

RecoTracker/MkFit/plugins/BuildFile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<use name="RecoTracker/MkFit"/>
2626
<use name="RecoTracker/TkDetLayers"/>
2727
<use name="RecoTracker/TransientTrackingRecHit"/>
28+
<use name="RecoTracker/MeasurementDet"/>
2829
<use name="TrackingTools/GeomPropagators"/>
2930
<use name="TrackingTools/KalmanUpdators"/>
3031
<use name="TrackingTools/MaterialEffects"/>

0 commit comments

Comments
 (0)