Skip to content

Commit

Permalink
Merge pull request #21569 from Teemperor/HeaderGuardsFillinfoh
Browse files Browse the repository at this point in the history
Added header guards to FillInfo.h
  • Loading branch information
cmsbuild committed Dec 7, 2017
2 parents bbe74e7 + 53132f8 commit 837f7d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CondFormats/RunInfo/interface/FillInfo.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef CondFormats_RunInfo_FillInfo_H
#define CondFormats_RunInfo_FillInfo_H

#include "CondFormats/Serialization/interface/Serializable.h"

#include "CondFormats/Common/interface/Time.h"
Expand Down Expand Up @@ -160,3 +163,5 @@ class FillInfo {
};

std::ostream & operator<<( std::ostream &, FillInfo fillInfo );

#endif // CondFormats_RunInfo_FillInfo_H

0 comments on commit 837f7d2

Please sign in to comment.