Skip to content

Commit

Permalink
Added include for vector to MuonShower.h
Browse files Browse the repository at this point in the history
We use vector in this header, so we also should include `vector`.
  • Loading branch information
Teemperor committed Nov 20, 2017
1 parent 8ecebe6 commit 4b00cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataFormats/MuonReco/interface/MuonShower.h
@@ -1,6 +1,8 @@
#ifndef MuonReco_MuonShower_h
#define MuonReco_MuonShower_h

#include <vector>

namespace reco {
struct MuonShower {

Expand Down

0 comments on commit 4b00cfe

Please sign in to comment.