demo/graph_to_eps_demo.cc
changeset 1802 fdfa3aa18607
parent 1641 77f6ab7ad66f
child 1875 98698b69a902
     1.1 --- a/demo/graph_to_eps_demo.cc	Wed Nov 16 09:11:44 2005 +0000
     1.2 +++ b/demo/graph_to_eps_demo.cc	Wed Nov 16 09:15:41 2005 +0000
     1.3 @@ -32,6 +32,7 @@
     1.4  
     1.5  #include<lemon/graph_to_eps.h>
     1.6  #include<lemon/list_graph.h>
     1.7 +#include<lemon/graph_utils.h>
     1.8  
     1.9  using namespace std;
    1.10  using namespace lemon;