From 8faa774026ade012084caae58ee07d334f37b9e4 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@640806 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/test_tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/src/tests/test_tools.h') diff --git a/qpid/cpp/src/tests/test_tools.h b/qpid/cpp/src/tests/test_tools.h index 2de4b6fbc1..c5451643be 100644 --- a/qpid/cpp/src/tests/test_tools.h +++ b/qpid/cpp/src/tests/test_tools.h @@ -19,6 +19,8 @@ * */ +#include // Include before boost/test headers. + #include #include #include -- cgit v1.2.1