Skip to content

Commit 7205705

Browse files
authored
Merge pull request #49159 from iarspider/patch-18
Update LikelihoodFitDeDxEstimator.h: added cmath header to fix the header consistency error
2 parents 6f2f126 + 2e28bce commit 7205705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RecoTracker/DeDx/interface/LikelihoodFitDeDxEstimator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef RecoTracker_DeDx_LikelihoodFitDeDxEstimator_h
22
#define RecoTracker_DeDx_LikelihoodFitDeDxEstimator_h
33

4+
#include <cmath>
45
#include "RecoTracker/DeDx/interface/BaseDeDxEstimator.h"
56
#include "DataFormats/TrackReco/interface/DeDxHit.h"
67

0 commit comments

Comments
 (0)