diff options
Diffstat (limited to 'cpp/src/IceXML/StreamI.cpp')
-rw-r--r-- | cpp/src/IceXML/StreamI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceXML/StreamI.cpp b/cpp/src/IceXML/StreamI.cpp index 0dd8abaa73b..ced8a716c66 100644 --- a/cpp/src/IceXML/StreamI.cpp +++ b/cpp/src/IceXML/StreamI.cpp @@ -11,7 +11,7 @@ #include <Ice/Object.h> #include <Ice/Communicator.h> #include <Ice/Logger.h> -#include <Ice/LocalException.h> +#include <Ice/RuntimeException.h> #include <Ice/ObjectFactory.h> #include <IceXML/StreamI.h> |