src/work/marci/bipartite_matching_try.cc
changeset 557 9c0ce0a1f000
parent 555 995bc1f1a3ce
child 602 580b329c2a0c
     1.1 --- a/src/work/marci/bipartite_matching_try.cc	Thu May 06 16:55:59 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try.cc	Thu May 06 17:01:31 2004 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  #include <hugo/time_measure.h>
     1.5  #include <for_each_macros.h>
     1.6  #include <bfs_iterator.h>
     1.7 -#include <graph_wrapper.h>
     1.8 +#include <hugo/graph_wrapper.h>
     1.9  #include <bipartite_graph_wrapper.h>
    1.10  #include <hugo/maps.h>
    1.11  #include <max_flow.h>