From f1dd40f456e5808f81750e88bb2dd1b025ab868b Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 26 Aug 2011 12:51:37 +0000 Subject: 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 --- cpp/src/qpid/Msg.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/Msg.cpp') 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 #include namespace qpid { -- cgit v1.2.1