diff options
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 03920216f7b..a5b2aafa246 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -11,6 +11,7 @@ #include <Ice/LocalException.h> #include <Ice/Network.h> #include <Ice/Plugin.h> +#include <Ice/SlicedData.h> #include <IceUtil/StringUtil.h> #include <iomanip> @@ -56,6 +57,11 @@ Ice::UserException::__usesClasses() const return false; } +void +Ice::UserException::__usesClasses(bool) +{ +} + Ice::LocalException::LocalException(const char* file, int line) : Exception(file, line) { |