diff options
Diffstat (limited to 'cpp/src/IceSSL/Instance.h')
-rw-r--r-- | cpp/src/IceSSL/Instance.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Instance.h b/cpp/src/IceSSL/Instance.h index 8c42ab53b86..55af46a6c99 100644 --- a/cpp/src/IceSSL/Instance.h +++ b/cpp/src/IceSSL/Instance.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_SSL_INSTANCE_H +#define ICE_SSL_INSTANCE_H #include <IceSSL/InstanceF.h> #include <IceSSL/UtilF.h> @@ -87,3 +88,5 @@ private: }; } + +#endif |