Skip to content

Commit c17689a

Browse files
committed
BTagPerformance.h: added cmath header to fix the header consistency error
1 parent ecae8ef commit c17689a

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)