summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpTransceiver.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-11-19 19:00:30 -0500
committerBernard Normier <bernard@zeroc.com>2012-11-19 19:00:30 -0500
commit65820b1da861352355a59a273d6005106ec2e418 (patch)
tree8a5687eb7a52849fca62654e696a3312e3723e96 /cpp/src/Ice/TcpTransceiver.cpp
parentFixed VS add-in installation (diff)
downloadice-65820b1da861352355a59a273d6005106ec2e418.tar.bz2
ice-65820b1da861352355a59a273d6005106ec2e418.tar.xz
ice-65820b1da861352355a59a273d6005106ec2e418.zip
Fixed ICE-4913: deprecate Ice::Stats
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.cpp')
-rw-r--r--cpp/src/Ice/TcpTransceiver.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp
index a5bc169f8c8..83af8bde12c 100644
--- a/cpp/src/Ice/TcpTransceiver.cpp
+++ b/cpp/src/Ice/TcpTransceiver.cpp
@@ -12,10 +12,12 @@
#include <Ice/Instance.h>
#include <Ice/TraceLevels.h>
#include <Ice/LoggerUtil.h>
-#include <Ice/Stats.h>
#include <Ice/Buffer.h>
#include <Ice/LocalException.h>
+#include <IceUtil/DisableWarnings.h>
+#include <Ice/Stats.h>
+
using namespace std;
using namespace Ice;
using namespace IceInternal;