Fix compilation with MSVC (#259)
authorAkos Ladanyi <ladanyi@tmit.bme.hu>
Mon, 06 Apr 2009 18:51:04 +0100
changeset 570ab6da8cf5ab2
parent 568 b53a9068e3e4
child 571 d5c39e9d1a4e
Fix compilation with MSVC (#259)
tools/lgf-gen.cc
     1.1 --- a/tools/lgf-gen.cc	Fri Apr 03 16:58:22 2009 +0100
     1.2 +++ b/tools/lgf-gen.cc	Mon Apr 06 18:51:04 2009 +0100
     1.3 @@ -32,6 +32,7 @@
     1.4  
     1.5  #include <algorithm>
     1.6  #include <set>
     1.7 +#include <ctime>
     1.8  #include <lemon/list_graph.h>
     1.9  #include <lemon/random.h>
    1.10  #include <lemon/dim2.h>