diff -r da142c310d02 -r 4274224f8a7d lemon/bits/debug_map.h --- a/lemon/bits/debug_map.h Tue Oct 24 16:49:41 2006 +0000 +++ b/lemon/bits/debug_map.h Tue Oct 24 17:19:16 2006 +0000 @@ -29,7 +29,7 @@ #include #include -#include +#include ///\ingroup graphbits /// @@ -186,7 +186,7 @@ /// is assigned by the value of the given ReadMap. template DebugMap& operator=(const CMap& cmap) { - checkConcept, CMap>(); + checkConcept, CMap>(); const typename Parent::Notifier* notifier = Parent::getNotifier(); Item it; for (notifier->first(it); it != INVALID; notifier->next(it)) {