Index: boost/graph/leda_graph.hpp =================================================================== --- boost/graph/leda_graph.hpp (revision 75969) +++ boost/graph/leda_graph.hpp (working copy) @@ -17,9 +17,9 @@ #include #include -#include -#include -#include +#include +#include +#include // The functions and classes in this file allows the user to // treat a LEDA GRAPH object as a boost graph "as is". No @@ -884,7 +884,7 @@ inline typename boost::property_traits< typename boost::property_map,PropertyTag>::const_type -::value_type + >::value_type get(PropertyTag p, const leda::GRAPH& g, const Key& key) { return get(get(p, g), key); }