diff options
Diffstat (limited to 'cpp/src/IceStorm/Parser.h')
-rw-r--r-- | cpp/src/IceStorm/Parser.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Parser.h b/cpp/src/IceStorm/Parser.h index 2649be8a6db..aba6bd522fc 100644 --- a/cpp/src/IceStorm/Parser.h +++ b/cpp/src/IceStorm/Parser.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_STORM_PARSER_H +#define ICE_STORM_PARSER_H #include <IceUtil/Handle.h> #include <IceStorm/IceStorm.h> @@ -104,3 +105,5 @@ private: extern Parser* parser; // The current parser for bison/flex } // End namespace IceStorm + +#endif |