Skip to content

Commit

Permalink
Added include for vector to SelectionUserVariables.h
Browse files Browse the repository at this point in the history
We use std::vector in this header, so we also need to include
the `vector` header to make this header parsable on its own.
  • Loading branch information
Teemperor committed Nov 21, 2017
1 parent 893188d commit fcaef34
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -17,6 +17,8 @@

#include "Alignment/CommonAlignment/interface/AlignmentUserVariables.h"

#include <vector>

class SelectionUserVariables : public AlignmentUserVariables
{
public:
Expand Down

0 comments on commit fcaef34

Please sign in to comment.