Skip to content

Commit

Permalink
Merge pull request #23312 from mrodozov/fix-headers-DF/Common-pkg
Browse files Browse the repository at this point in the history
fix headers in DataFormats/Common
  • Loading branch information
cmsbuild committed May 26, 2018
2 parents 43285f9 + ed42f08 commit 144cd7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DataFormats/Common/interface/AssociativeIterator.h
Expand Up @@ -40,6 +40,7 @@

#include "DataFormats/Provenance/interface/ProductID.h"
#include "DataFormats/Common/interface/EDProductGetter.h"
#include "FWCore/Framework/interface/Event.h"

namespace edm {
class Event;
Expand Down
1 change: 1 addition & 0 deletions DataFormats/Common/interface/BaseVectorHolder.h
Expand Up @@ -3,6 +3,7 @@
#include "DataFormats/Common/interface/CMS_CLASS_VERSION.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "DataFormats/Common/interface/BaseHolder.h"
#include <stddef.h>
#include <memory>

namespace edm {
Expand Down
2 changes: 1 addition & 1 deletion DataFormats/Common/interface/RefVectorHolderBase.h
Expand Up @@ -3,7 +3,7 @@

#include "DataFormats/Common/interface/RefHolderBase.h"
#include "FWCore/Utilities/interface/EDMException.h"

#include <stddef.h>
#include <memory>

namespace edm {
Expand Down

0 comments on commit 144cd7e

Please sign in to comment.