summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/Msg.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-08-26 12:51:37 +0000
committerGordon Sim <gsim@apache.org>2011-08-26 12:51:37 +0000
commita7ee70b8a1bd673be458c1500d7be784f5316cde (patch)
treeb2bf7504a72f8ae40df340acab2119caad869dce /cpp/src/qpid/Msg.cpp
parentc130ae16366efe63f9b944d46c980310ce60c546 (diff)
downloadqpid-python-a7ee70b8a1bd673be458c1500d7be784f5316cde.tar.gz
QPID-3384: Fix compilation errors for boost 1.39 and gcc 4.4.4
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1162092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/Msg.cpp')
-rw-r--r--cpp/src/qpid/Msg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/Msg.cpp b/cpp/src/qpid/Msg.cpp
index d441cdd180..eb0f26d67b 100644
--- a/cpp/src/qpid/Msg.cpp
+++ b/cpp/src/qpid/Msg.cpp
@@ -20,6 +20,7 @@
*/
#include "qpid/Msg.h"
+#include <algorithm>
#include <string>
namespace qpid {