summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-08-26 08:45:03 +0000
committerGordon Sim <gsim@apache.org>2009-08-26 08:45:03 +0000
commitfb0ff25fa0d45e2d62e63f3a4e2273a0f38d45de (patch)
tree0b74e16798d65f7aa1935dc366240a834ca89929 /cpp
parentec12054838685c9a8acbe6e60a742628fb92c4ed (diff)
downloadqpid-python-fb0ff25fa0d45e2d62e63f3a4e2273a0f38d45de.tar.gz
Add required include (absence believed to cause failures on some platforms)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/qpid/messaging/Address.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/qpid/messaging/Address.h b/cpp/include/qpid/messaging/Address.h
index da563a21bf..e66c52f4c2 100644
--- a/cpp/include/qpid/messaging/Address.h
+++ b/cpp/include/qpid/messaging/Address.h
@@ -23,6 +23,7 @@
*/
#include <string>
#include "qpid/client/ClientImportExport.h"
+#include <ostream>
namespace qpid {
namespace client {