diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Incoming.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Incoming.cpp b/cpp/src/Ice/Incoming.cpp index 86229643843..3bc2e23100c 100644 --- a/cpp/src/Ice/Incoming.cpp +++ b/cpp/src/Ice/Incoming.cpp @@ -23,6 +23,7 @@ #include <Ice/ReplyStatus.h> #include <Ice/Observer.h> #include <IceUtil/StringUtil.h> +#include <typeinfo> using namespace std; using namespace Ice; |