summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/unit_test.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-12-12 20:00:43 +0000
committerAlan Conway <aconway@apache.org>2007-12-12 20:00:43 +0000
commit2a9a32cbb79feb6d5714838006b42dece9879f6f (patch)
tree92ac37bf2c6f7a36825404d33a2ac6f1c0dce581 /qpid/cpp/src/tests/unit_test.h
parent981f2630442bffc998eeabb7ee438d6a9bce40ff (diff)
downloadqpid-python-2a9a32cbb79feb6d5714838006b42dece9879f6f.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@603719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/unit_test.h')
-rw-r--r--qpid/cpp/src/tests/unit_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/unit_test.h b/qpid/cpp/src/tests/unit_test.h
index 83e2ce39f8..106d640d25 100644
--- a/qpid/cpp/src/tests/unit_test.h
+++ b/qpid/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)