From b14bfb7293bca39ecdcd989c95b65671005997ae Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 12 Dec 2007 20:00:43 +0000 Subject: src/qpid/InlineAllocator.h: Removed cast, causing problems on alpha platform. src/tests/unit_test.h: Added missing #include git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@603719 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/unit_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/unit_test.h b/cpp/src/tests/unit_test.h index 83e2ce39f8..106d640d25 100644 --- a/cpp/src/tests/unit_test.h +++ b/cpp/src/tests/unit_test.h @@ -25,6 +25,7 @@ // Workaround so we can build against boost 1.33 and boost 1.34. // Remove when we no longer need to support 1.33. // +#include #if (BOOST_VERSION < 103400) -- cgit v1.2.1