Skip to content

Commit 6f2f126

Browse files
authored
Merge pull request #49146 from smuzaffar/root6-cmath-header-consistency
BTagPerformance.h: added cmath header to fix the header consistency error
2 parents 631c4b2 + c17689a commit 6f2f126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhysicsTools/PatExamples/interface/BTagPerformance.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "TArrayD.h"
1313
#include "TGraph.h"
1414
#include <cassert>
15+
#include <cmath>
1516
#include <map>
1617

1718
class BTagPerformance {

0 commit comments

Comments
 (0)