diff options
Diffstat (limited to 'cpp/include/Ice/GCObject.h')
-rw-r--r-- | cpp/include/Ice/GCObject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/Ice/GCObject.h b/cpp/include/Ice/GCObject.h index ec92f86465c..990dee9a475 100644 --- a/cpp/include/Ice/GCObject.h +++ b/cpp/include/Ice/GCObject.h @@ -15,6 +15,8 @@ #include <IceUtil/MutexPtrLock.h> #include <IceUtil/Mutex.h> +#ifndef ICE_CPP11_MAPPING + namespace IceInternal { @@ -75,3 +77,5 @@ private: } #endif + +#endif |