--- /home/tim/.emacs.d/backups/!home!tim!workspace!uuid!boost!uuid!uuid.hpp.~1~ 2008-12-06 20:07:12.000000000 +0100 +++ uuid.hpp 2009-07-16 12:22:36.111758971 +0200 @@ -37,6 +37,7 @@ #include #include #include +#include #ifdef BOOST_NO_STDC_NAMESPACE namespace std { @@ -201,6 +202,11 @@ // Nobody wants to type boost::uuids::uuid using uuids::uuid; +template <> +class is_pod: + public boost::true_type +{}; + } //namespace boost #endif // BOOST_UUID_HPP