diff -r 5222a3c470ed -r 6aa6fcaeaea5 lemon/min_mean_cycle.h --- a/lemon/min_mean_cycle.h Tue Jul 22 11:29:57 2008 +0000 +++ b/lemon/min_mean_cycle.h Fri Sep 19 15:14:41 2008 +0000 @@ -55,7 +55,7 @@ GRAPH_TYPEDEFS(typename Graph); typedef typename LengthMap::Value Length; - typedef Path Path; + typedef lemon::Path Path; private: