summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2015-01-12 18:42:15 +0000
committerGordon Sim <gsim@apache.org>2015-01-12 18:42:15 +0000
commit22f1697cbe8585c9534052b0ced167ed6c827555 (patch)
tree0f70a06f96f2df343f27afa73dfba76e04e17fe5 /qpid/cpp/src
parentb04b1ab686738078e148a71ee070f2d6d9071ba0 (diff)
downloadqpid-python-22f1697cbe8585c9534052b0ced167ed6c827555.tar.gz
NO-JIRA: ensure MapMessage is fully defined when used
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/LossyLvq.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/LossyLvq.cpp b/qpid/cpp/src/qpid/broker/LossyLvq.cpp
index c6b76ecb8c..f59ecc1925 100644
--- a/qpid/cpp/src/qpid/broker/LossyLvq.cpp
+++ b/qpid/cpp/src/qpid/broker/LossyLvq.cpp
@@ -19,6 +19,7 @@
*
*/
#include "LossyLvq.h"
+#include "MessageMap.h"
namespace qpid {
namespace broker {