diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-05-08 19:28:43 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-05-08 19:28:43 +0000 |
| commit | 627dd706af0ec421a0dfdefe3ce0f34ac05f480a (patch) | |
| tree | b8a59f5542e5ea4c6f69cf492ae04cdb705d20c4 /qpid/cpp | |
| parent | 23eb568f969127c848dc0f3671251944c457a850 (diff) | |
| download | qpid-python-627dd706af0ec421a0dfdefe3ce0f34ac05f480a.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@1335706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rwxr-xr-x | qpid/cpp/src/qpid/sys/windows/SystemInfo.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/windows/SystemInfo.cpp b/qpid/cpp/src/qpid/sys/windows/SystemInfo.cpp index f1b62d80ff..cef78dcc60 100755 --- a/qpid/cpp/src/qpid/sys/windows/SystemInfo.cpp +++ b/qpid/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> |
