summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-15 10:52:30 +0100
committerJose <jose@zeroc.com>2016-01-15 10:52:30 +0100
commit0a080f4e1bdd414a23181168c2c4918f902eda0b (patch)
tree8a07d53ae2cc7aea5b8307db6508bb45d22e16ca /cpp/src
parentimpl test build fixes (diff)
downloadice-0a080f4e1bdd414a23181168c2c4918f902eda0b.tar.bz2
ice-0a080f4e1bdd414a23181168c2c4918f902eda0b.tar.xz
ice-0a080f4e1bdd414a23181168c2c4918f902eda0b.zip
Missing include
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp
index f4c6924c74d..965fac1ee23 100644
--- a/cpp/src/Ice/Network.cpp
+++ b/cpp/src/Ice/Network.cpp
@@ -28,6 +28,7 @@
#include <Ice/LoggerUtil.h> // For setTcpBufSize
#include <Ice/Buffer.h>
#include <IceUtil/Random.h>
+#include <functional>
#if defined(ICE_OS_WINRT)
# include <IceUtil/InputUtil.h>
@@ -2757,4 +2758,3 @@ IceInternal::doFinishConnectAsync(SOCKET fd, AsyncInfo& info)
}
}
#endif
-