diff options
Diffstat (limited to 'cpp/include/Ice/Functional.h')
-rw-r--r-- | cpp/include/Ice/Functional.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/Functional.h b/cpp/include/Ice/Functional.h index 28926302e9b..6349a1d371a 100644 --- a/cpp/include/Ice/Functional.h +++ b/cpp/include/Ice/Functional.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_FUNCTIONAL_H +#define ICE_FUNCTIONAL_H #include <IceUtil/Functional.h> #include <Ice/Handle.h> @@ -133,3 +134,5 @@ secondConstVoidMemFun1(void (T::*p)(A) const) } } + +#endif |