Skip to content

Commit

Permalink
Added missing include to AssociatedVariableCollectionSelector.h
Browse files Browse the repository at this point in the history
We use SelectedOutputCollectionTrait in this header but never
include the associated header that contains the declaration of
SelectedOutputCollectionTrait. This patch adds the missing
include to make this file parsable on its own.
  • Loading branch information
Teemperor committed Nov 21, 2017
1 parent 893188d commit a82ab2e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -13,6 +13,7 @@
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Common/interface/Handle.h"
#include "CommonTools/UtilAlgos/interface/SelectionAdderTrait.h"
#include "CommonTools/UtilAlgos/interface/SelectedOutputCollectionTrait.h"
#include "CommonTools/UtilAlgos/interface/StoreContainerTrait.h"
#include "CommonTools/UtilAlgos/interface/ParameterAdapter.h"
#include "DataFormats/Common/interface/getRef.h"
Expand Down

0 comments on commit a82ab2e

Please sign in to comment.