Skip to content

Commit

Permalink
Add vector include to EventVariables.h
Browse files Browse the repository at this point in the history
The v_sector member is using std::vector, so we need the definition
in this header.
  • Loading branch information
Teemperor committed Jun 6, 2017
1 parent 2a0d176 commit cfb841e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Alignment/APEEstimation/interface/EventVariables.h
@@ -1,6 +1,7 @@
#ifndef Alignment_APEEstimation_EventVariables_h
#define Alignment_APEEstimation_EventVariables_h

#include <vector>

struct TrackStruct{

Expand Down

0 comments on commit cfb841e

Please sign in to comment.