Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel authored Oct 18, 2022
1 parent 407ef28 commit 0e05c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FWCore/Framework/src/TransformerBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "DataFormats/Provenance/interface/BranchDescription.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"

#include <optional>

namespace edm {
void TransformerBase::registerTransformImp(
ProducerBase& iBase, EDPutToken iToken, const TypeID& id, std::string instanceName, TransformFunction iFunc) {
Expand Down

0 comments on commit 0e05c66

Please sign in to comment.