From 9f2bd6be54858a74a97442567c9c77b0f4711cb2 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Tue, 8 May 2012 19:28:43 +0000 Subject: 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 --- cpp/src/qpid/sys/windows/SystemInfo.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src') 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 #include #include #include -- cgit v1.2.1