summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 51fb288b318..e5d2d156be5 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef SLICE_PARSER_H
+#define SLICE_PARSER_H
#include <IceUtil/Shared.h>
#include <IceUtil/Handle.h>
@@ -1070,3 +1071,5 @@ private:
extern SLICE_API Unit* unit; // The current parser for bison/flex
}
+
+#endif