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 | 928699508993a5ccc59254027773281883d1e973 (patch) | |
tree | 7c11956f0e013c3a41649a1722359c7c03273d7e | |
parent | a80f66c2f220b037c50021497aac0fb09788b7aa (diff) | |
download | qpid-python-928699508993a5ccc59254027773281883d1e973.tar.gz |
Fix compile error.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633085 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/qpid/Serializer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/Serializer.h b/cpp/src/qpid/Serializer.h index 95cc2d5875..a7194c5095 100644 --- a/cpp/src/qpid/Serializer.h +++ b/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> |