diff options
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index 91a97009de6..b39e88ce838 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_INSTANCE_H +#define ICE_INSTANCE_H #include <IceUtil/Config.h> #include <IceUtil/Shared.h> @@ -158,3 +159,5 @@ private: }; } + +#endif |