[Lemon-commits] [lemon_svn] alpar: r104 - hugo/trunk/src/work

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:37:22 CET 2006


Author: alpar
Date: Mon Feb 16 17:36:12 2004
New Revision: 104

Modified:
   hugo/trunk/src/work/list_graph.hh

Log:
#include<vector> added


Modified: hugo/trunk/src/work/list_graph.hh
==============================================================================
--- hugo/trunk/src/work/list_graph.hh	(original)
+++ hugo/trunk/src/work/list_graph.hh	Mon Feb 16 17:36:12 2004
@@ -2,6 +2,7 @@
 #define LIST_GRAPH_HH
 
 #include <iostream>
+#include <vector>
 
 namespace marci {
 



More information about the Lemon-commits mailing list