#include<vector> added
authoralpar
Mon, 16 Feb 2004 16:36:12 +0000
changeset 816c8adcd6b482
parent 80 629b9ca9184b
child 82 4d6a48fc0a2d
#include<vector> added
src/work/list_graph.hh
     1.1 --- a/src/work/list_graph.hh	Mon Feb 16 16:27:49 2004 +0000
     1.2 +++ b/src/work/list_graph.hh	Mon Feb 16 16:36:12 2004 +0000
     1.3 @@ -2,6 +2,7 @@
     1.4  #define LIST_GRAPH_HH
     1.5  
     1.6  #include <iostream>
     1.7 +#include <vector>
     1.8  
     1.9  namespace marci {
    1.10