diff options
author | Jose <jose@zeroc.com> | 2012-08-16 21:49:02 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-08-16 21:49:02 +0200 |
commit | 55b60058188cd2a09c4872bf4555c0ac41000e27 (patch) | |
tree | 9d10c100464b43523fd209e33b9d9f486533674b /cpp/src/Ice/Incoming.cpp | |
parent | Added Metrics::failures count and getMetricsFailures method (diff) | |
download | ice-55b60058188cd2a09c4872bf4555c0ac41000e27.tar.bz2 ice-55b60058188cd2a09c4872bf4555c0ac41000e27.tar.xz ice-55b60058188cd2a09c4872bf4555c0ac41000e27.zip |
minor fixes
Diffstat (limited to 'cpp/src/Ice/Incoming.cpp')
-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; |