Skip to content

Commit

Permalink
Merge pull request #28784 from wddgit/addForwardDeclarations
Browse files Browse the repository at this point in the history
Add 2 forward declarations to Frameworkfwd.h
  • Loading branch information
cmsbuild authored Jan 24, 2020
2 parents 9f80454 + bd5d47b commit a5e6eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FWCore/Framework/interface/Frameworkfwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Forward declarations of types in the EDM.

namespace edm {
class PrincipalGetAdapter;
class ConsumesCollector;
class DelayedReader;
class EDAnalyzer;
class EDFilter;
Expand Down Expand Up @@ -40,6 +41,7 @@ namespace edm {
class RunForOutput;
class RunPrincipal;
class Schedule;
class StreamID;
class TypeID;
class ViewBase;

Expand Down

0 comments on commit a5e6eb8

Please sign in to comment.