diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-11-19 19:00:30 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-11-19 19:00:30 -0500 |
commit | 65820b1da861352355a59a273d6005106ec2e418 (patch) | |
tree | 8a5687eb7a52849fca62654e696a3312e3723e96 /cpp/src/Ice/UdpTransceiver.cpp | |
parent | Fixed VS add-in installation (diff) | |
download | ice-65820b1da861352355a59a273d6005106ec2e418.tar.bz2 ice-65820b1da861352355a59a273d6005106ec2e418.tar.xz ice-65820b1da861352355a59a273d6005106ec2e418.zip |
Fixed ICE-4913: deprecate Ice::Stats
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp index 46e9478e91e..c630f374f00 100644 --- a/cpp/src/Ice/UdpTransceiver.cpp +++ b/cpp/src/Ice/UdpTransceiver.cpp @@ -12,12 +12,14 @@ #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 <Ice/Properties.h> #include <IceUtil/StringUtil.h> +#include <IceUtil/DisableWarnings.h> +#include <Ice/Stats.h> + #ifdef ICE_OS_WINRT # include <ppltasks.h> // For Concurrency::task #endif |