diff options
author | Alan Conway <aconway@apache.org> | 2008-03-03 13:55:25 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-03-03 13:55:25 +0000 |
commit | c8ad468141a96e5fdf4534552fe72e84399d5d5d (patch) | |
tree | 78888b938944da9fe87f906cab12740ed996a82e /qpid/cpp/src | |
parent | 254e04814f2ad7887990cd9c3374c9e8a93d501a (diff) | |
download | qpid-python-c8ad468141a96e5fdf4534552fe72e84399d5d5d.tar.gz |
Fix compile error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/qpid/Serializer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/Serializer.h b/qpid/cpp/src/qpid/Serializer.h index 95cc2d5875..a7194c5095 100644 --- a/qpid/cpp/src/qpid/Serializer.h +++ b/qpid/cpp/src/qpid/Serializer.h @@ -25,6 +25,7 @@ #include <boost/type_traits/remove_const.hpp> #include <boost/utility/enable_if.hpp> #include <boost/type_traits/is_const.hpp> +#include <boost/type_traits/is_class.hpp> #include <boost/type_traits/add_const.hpp> #include <algorithm> |