diff options
Diffstat (limited to 'cpp/include/Ice/IncomingAsync.h')
-rw-r--r-- | cpp/include/Ice/IncomingAsync.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/IncomingAsync.h b/cpp/include/Ice/IncomingAsync.h index bbb94ac183f..9f9480bfdec 100644 --- a/cpp/include/Ice/IncomingAsync.h +++ b/cpp/include/Ice/IncomingAsync.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_INCOMING_ASYNC_H +#define ICE_INCOMING_ASYNC_H #include <Ice/IncomingAsyncF.h> #include <Ice/Incoming.h> @@ -103,3 +104,5 @@ public: } } + +#endif |