src/work/marci/iterator_bfs_demo.cc
changeset 557 9c0ce0a1f000
parent 389 770cc1f4861f
child 569 3b6afd33c221
     1.1 --- a/src/work/marci/iterator_bfs_demo.cc	Thu May 06 16:55:59 2004 +0000
     1.2 +++ b/src/work/marci/iterator_bfs_demo.cc	Thu May 06 17:01:31 2004 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  #include <list_graph.h>
     1.5  //#include <smart_graph.h>
     1.6  #include <bfs_iterator.h>
     1.7 -#include <graph_wrapper.h>
     1.8 +#include <hugo/graph_wrapper.h>
     1.9  
    1.10  using namespace hugo;
    1.11  using std::cout;