From 655a934195cbed7e4e3501c69724132f0daa0f3e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 25 Mar 2013 09:08:58 +0000 Subject: QPID-4586: Compilation fix for windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1460552 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/messaging/AddressImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp') diff --git a/cpp/src/qpid/messaging/AddressImpl.h b/cpp/src/qpid/messaging/AddressImpl.h index e35aa7fef2..8d34bd73c4 100644 --- a/cpp/src/qpid/messaging/AddressImpl.h +++ b/cpp/src/qpid/messaging/AddressImpl.h @@ -21,6 +21,7 @@ * under the License. * */ +#include "qpid/messaging/Address.h" #include "qpid/types/Variant.h" namespace qpid { namespace messaging { -- cgit v1.2.1