Author: aconway
Date: Mon Mar  3 05:55:25 2008
New Revision: 633085

URL: http://svn.apache.org/viewvc?rev=633085&view=rev
Log:
Fix compile error.

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/Serializer.h

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/Serializer.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/Serializer.h?rev=633085&r1=633084&r2=633085&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/Serializer.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/Serializer.h Mon Mar  3 05:55:25 2008
@@ -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>
 


Reply via email to