summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-08-16 21:49:02 +0200
committerJose <jose@zeroc.com>2012-08-16 21:49:02 +0200
commit55b60058188cd2a09c4872bf4555c0ac41000e27 (patch)
tree9d10c100464b43523fd209e33b9d9f486533674b /cpp
parentAdded Metrics::failures count and getMetricsFailures method (diff)
downloadice-55b60058188cd2a09c4872bf4555c0ac41000e27.tar.bz2
ice-55b60058188cd2a09c4872bf4555c0ac41000e27.tar.xz
ice-55b60058188cd2a09c4872bf4555c0ac41000e27.zip
minor fixes
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/Incoming.cpp1
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;