diff options
Diffstat (limited to 'cpp/test/Ice/interceptor/AMDInterceptorI.h')
-rw-r--r-- | cpp/test/Ice/interceptor/AMDInterceptorI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/AMDInterceptorI.h b/cpp/test/Ice/interceptor/AMDInterceptorI.h index fea7b042f39..e98bb86e6d0 100644 --- a/cpp/test/Ice/interceptor/AMDInterceptorI.h +++ b/cpp/test/Ice/interceptor/AMDInterceptorI.h @@ -12,6 +12,7 @@ #include <InterceptorI.h> #include <IceUtil/IceUtil.h> +#include <Ice/UniquePtr.h> class AMDInterceptorI : public InterceptorI { @@ -31,7 +32,7 @@ private: #ifndef ICE_CPP11_MAPPING Ice::DispatchInterceptorAsyncCallbackPtr _defaultCb; #endif - IceUtil::UniquePtr<IceUtil::Exception> _exception; + IceInternal::UniquePtr<IceUtil::Exception> _exception; IceUtil::Mutex _mutex; }; |