Skip to content

Commit

Permalink
Added include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
ggovi committed Aug 28, 2017
1 parent 5194cd4 commit 0d5f27e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CondCore/Utilities/interface/Payload2XMLModule.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef CondCore_Utilities_Payload2XMLModule_h
#define CondCore_Utilities_Payload2XMLModule_h

#include <string>
#include <memory>

Expand Down Expand Up @@ -46,3 +49,4 @@ namespace { // Avoid cluttering the global namespace.

} // end namespace

#endif

0 comments on commit 0d5f27e

Please sign in to comment.