[Lemon-commits] Akos Ladanyi: Fix compilation with MSVC (#259)

Lemon HG hg at lemon.cs.elte.hu
Tue Apr 7 13:57:48 CEST 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/ab6da8cf5ab2
changeset: 602:ab6da8cf5ab2
user:      Akos Ladanyi <ladanyi [at] tmit.bme.hu>
date:      Mon Apr 06 18:51:04 2009 +0100
description:
	Fix compilation with MSVC (#259)

diffstat:

 tools/lgf-gen.cc |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/tools/lgf-gen.cc b/tools/lgf-gen.cc
--- a/tools/lgf-gen.cc
+++ b/tools/lgf-gen.cc
@@ -32,6 +32,7 @@
 
 #include <algorithm>
 #include <set>
+#include <ctime>
 #include <lemon/list_graph.h>
 #include <lemon/random.h>
 #include <lemon/dim2.h>



More information about the Lemon-commits mailing list