Index: boost/pending/property.hpp =================================================================== --- boost/pending/property.hpp (revision 80523) +++ boost/pending/property.hpp (working copy) @@ -12,6 +12,7 @@ #include #include #include +#include namespace boost { @@ -55,7 +56,10 @@ // Code to look up one property in a property list: template - struct lookup_one_property_internal {BOOST_STATIC_CONSTANT(bool, found = false);}; + struct lookup_one_property_internal { + BOOST_STATIC_CONSTANT(bool, found = false); + typedef detail::error_property_not_found type; + }; // Special-case properties (vertex_all, edge_all, graph_all) #define BGL_ALL_PROP(tag) \ @@ -173,7 +177,6 @@ } // namespace boost -#include namespace boost {