From b449826a61eaa0a754e55ca8143882216a07d7e0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 25 Mar 2008 13:34:44 +0000 Subject: =?UTF-8?q?Fix=20compile=20errors/warnings=20with=20gcc=204.3=20?= =?UTF-8?q?=20-=20added=20missing=20#includes=20that=20were=20implicitly?= =?UTF-8?q?=20included=20via=20old=20headers.=20=20-=20add=20namespace-qua?= =?UTF-8?q?lifiers=20to=20fix=20"changes=20meaning=20of=20name"=20warnings?= =?UTF-8?q?.=20=20-=20./qpid/ptr=5Fmap.h:51:=20fixed=20"qualified=20return?= =?UTF-8?q?=20value"=20warning.=20=20-=20use=20const=20char*=20for=20"conv?= =?UTF-8?q?ersion=20from=20string=20constant=20to=20=E2=80=98char*?= =?UTF-8?q?=E2=80=99"=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applied patch from https://issues.apache.org/jira/browse/QPID-869 remove depenency on boost/date_time, causes warnings with gcc 4.3. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@640806 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/assert.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/assert.cpp') diff --git a/cpp/src/qpid/assert.cpp b/cpp/src/qpid/assert.cpp index dba81f3873..5d039da528 100644 --- a/cpp/src/qpid/assert.cpp +++ b/cpp/src/qpid/assert.cpp @@ -24,6 +24,7 @@ #include #include #include "qpid/framing/reply_exceptions.h" +#include namespace qpid { -- cgit v1.2.1