diff options
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index b21a99e7e9a..b19f6b7a578 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -11,7 +11,7 @@ #include <Ice/Reference.h> #include <Ice/Endpoint.h> #include <Ice/BasicStream.h> -#include <Ice/LocalException.h> +#include <Ice/Exception.h> using namespace std; using namespace Ice; |