Skip to content

Commit

Permalink
Fix includes in SigmaPtDiff.h
Browse files Browse the repository at this point in the history
We use std::vector and `fabs` in this file, so we also need to
include the corresponding headers to make this header compile
on its own.
  • Loading branch information
Teemperor committed Jun 19, 2017
1 parent 3845567 commit 2ef1437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MuonAnalysis/MomentumScaleCalibration/interface/SigmaPtDiff.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef SigmaPtDiff_h
#define SigmaPtDiff_h

#include <vector>
#include <cmath>

class SigmaPt
{
public:
Expand Down

0 comments on commit 2ef1437

Please sign in to comment.