Skip to content

Commit

Permalink
Added include for cmath to MuenMETCorrectionData
Browse files Browse the repository at this point in the history
We use `sqrt` in this header, so we also need to include `cmath`.
  • Loading branch information
Teemperor committed Nov 20, 2017
1 parent 8ecebe6 commit 97c54f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/MuonReco/interface/MuonMETCorrectionData.h
@@ -1,6 +1,7 @@
#ifndef MuonReco_MuonMETCorrectionData_h
#define MuonReco_MuonMETCorrectionData_h

#include <cmath>

namespace reco {
class MuonMETCorrectionData {
Expand Down

0 comments on commit 97c54f5

Please sign in to comment.