src/work/marci/bipartite_matching_try.cc
changeset 496 7c463a7635d4
parent 480 4fb0d1e166ea
child 498 eb8bfa683d92
     1.1 --- a/src/work/marci/bipartite_matching_try.cc	Fri Apr 30 13:52:17 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try.cc	Fri Apr 30 14:02:10 2004 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4  #include <for_each_macros.h>
     1.5  #include <bfs_iterator.h>
     1.6  #include <graph_wrapper.h>
     1.7 +#include <bipartite_graph_wrapper.h>
     1.8  #include <maps.h>
     1.9  #include <max_flow.h>
    1.10