Skip to content

Commit

Permalink
Merge pull request #18884 from Teemperor/FixMissingIncludePattRecoTree.h
Browse files Browse the repository at this point in the history
Added missing <vector> include to PattRecoTree.h
  • Loading branch information
cmsbuild committed May 25, 2017
2 parents 7446eab + e9c8d8d commit 477c8d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataFormats/JetReco/interface/PattRecoTree.h
Expand Up @@ -13,6 +13,8 @@

#include "DataFormats/JetReco/interface/PattRecoNode.h"

#include <vector>

namespace reco {
template<typename ScaleType, class Cluster>
class PattRecoTree
Expand Down

0 comments on commit 477c8d7

Please sign in to comment.