diff options
author | Alan Conway <aconway@apache.org> | 2007-12-12 20:00:43 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-12-12 20:00:43 +0000 |
commit | b14bfb7293bca39ecdcd989c95b65671005997ae (patch) | |
tree | 4f2319737b35d00f631b28adf0a07d94d9ea5fcf /cpp/src/tests/unit_test.h | |
parent | 45cbaf3bf00000c16163468d77d1363171c69a66 (diff) | |
download | qpid-python-b14bfb7293bca39ecdcd989c95b65671005997ae.tar.gz |
src/qpid/InlineAllocator.h: Removed cast, causing problems on alpha platform.
src/tests/unit_test.h: Added missing #include <boost/version.hpp>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@603719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/unit_test.h')
-rw-r--r-- | cpp/src/tests/unit_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <boost/version.hpp> #if (BOOST_VERSION < 103400) |