lemon/list_graph.h
changeset 220 a5d8c039f218
parent 212 1ae84dea7d09
child 234 ad6b8c47bd56
     1.1 --- a/lemon/list_graph.h	Mon Jul 14 15:40:24 2008 +0100
     1.2 +++ b/lemon/list_graph.h	Tue Jul 15 13:15:39 2008 +0200
     1.3 @@ -23,6 +23,8 @@
     1.4  ///\file
     1.5  ///\brief ListDigraph, ListGraph classes.
     1.6  
     1.7 +#include <lemon/core.h>
     1.8 +#include <lemon/error.h>
     1.9  #include <lemon/bits/graph_extender.h>
    1.10  
    1.11  #include <vector>