summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Exception.h')
-rw-r--r--cpp/include/Ice/Exception.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/Exception.h b/cpp/include/Ice/Exception.h
index 9ed187dae90..7d0d85656ea 100644
--- a/cpp/include/Ice/Exception.h
+++ b/cpp/include/Ice/Exception.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_EXCEPTION_H
+#define ICE_EXCEPTION_H
#include <IceUtil/Exception.h>
#include <Ice/Config.h>
@@ -98,3 +99,5 @@ ICE_API std::ostream& operator<<(std::ostream&, const SystemException&);
#endif
}
+
+#endif