summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-05-08 19:28:43 +0000
committerCharles E. Rolke <chug@apache.org>2012-05-08 19:28:43 +0000
commit9f2bd6be54858a74a97442567c9c77b0f4711cb2 (patch)
treec9227d9b83a9189a7ddcd7a321516cf411c76ece /cpp
parent8f3a8dcf26af5a39411522faa995918714d1c062 (diff)
downloadqpid-python-9f2bd6be54858a74a97442567c9c77b0f4711cb2.tar.gz
QPID-3603 Added SystemInfo::isLocalHost
Repair r1335562 by including proper header files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1335706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/src/qpid/sys/windows/SystemInfo.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/windows/SystemInfo.cpp b/cpp/src/qpid/sys/windows/SystemInfo.cpp
index f1b62d80ff..cef78dcc60 100755
--- a/cpp/src/qpid/sys/windows/SystemInfo.cpp
+++ b/cpp/src/qpid/sys/windows/SystemInfo.cpp
@@ -23,9 +23,11 @@
# define _WIN32_WINNT 0x0501
#endif
-#include "qpid/sys/IntegerTypes.h"
#include "qpid/sys/SystemInfo.h"
+#include "qpid/sys/IntegerTypes.h"
+#include "qpid/Exception.h"
+#include <assert.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>