Index: src/work/marci/leda/bipartite_matching_leda.cc
===================================================================
--- src/work/marci/leda/bipartite_matching_leda.cc	(revision 482)
+++ src/work/marci/leda/bipartite_matching_leda.cc	(revision 496)
@@ -18,4 +18,5 @@
 //#include <bfs_iterator.h>
 #include <graph_wrapper.h>
+#include <bipartite_graph_wrapper.h>
 #include <maps.h>
 #include <max_flow.h>
Index: src/work/marci/leda/bipartite_matching_leda_gen.cc
===================================================================
--- src/work/marci/leda/bipartite_matching_leda_gen.cc	(revision 482)
+++ src/work/marci/leda/bipartite_matching_leda_gen.cc	(revision 496)
@@ -17,4 +17,5 @@
 #include <for_each_macros.h>
 #include <graph_wrapper.h>
+#include <bipartite_graph_wrapper.h>
 #include <maps.h>
 #include <max_flow.h>
