diff options
| author | Gordon Sim <gsim@apache.org> | 2013-03-25 09:08:58 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-03-25 09:08:58 +0000 |
| commit | 655a934195cbed7e4e3501c69724132f0daa0f3e (patch) | |
| tree | bb4df9cd1af30459b8d335aa1e68174421c8a7cb /cpp | |
| parent | 0fb449a9b85d2938c68e00cf7caa0c6dc9742694 (diff) | |
| download | qpid-python-655a934195cbed7e4e3501c69724132f0daa0f3e.tar.gz | |
QPID-4586: Compilation fix for windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1460552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/messaging/AddressImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
