Skip to content

Commit bbb5b4d

Browse files
committed
modernize-deprecated-headers
1 parent 96a674d commit bbb5b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#include <utility>
8585
#include <vector>
8686

87-
#include <math.h>
87+
#include <cmath>
8888

8989
using SMatrix55 = ROOT::Math::SMatrix<double, 5, 5, ROOT::Math::MatRepSym<double, 5>>;
9090
using SMatrix5 = ROOT::Math::SVector<double, 5>;

0 commit comments

Comments
 (0)