diff options
Diffstat (limited to 'cpp/include/IceUtil/Functional.h')
-rw-r--r-- | cpp/include/IceUtil/Functional.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Functional.h b/cpp/include/IceUtil/Functional.h index 9f0db18104e..f370d0099a3 100644 --- a/cpp/include/IceUtil/Functional.h +++ b/cpp/include/IceUtil/Functional.h @@ -10,6 +10,8 @@ #ifndef ICE_UTIL_FUNCTIONAL_H #define ICE_UTIL_FUNCTIONAL_H +#ifndef ICE_CPP11_MAPPING + #include <IceUtil/Handle.h> #include <functional> @@ -386,3 +388,5 @@ secondConstVoidMemFun1(void (T::*p)(A) const) } #endif + +#endif |