[Lemon-commits] Balazs Dezso: Fix include files in random.h

Lemon HG hg at lemon.cs.elte.hu
Thu Mar 27 16:14:01 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/f2d66d810c88
changeset: 110:f2d66d810c88
user:      Balazs Dezso <deba [at] inf.elte.hu>
date:      Thu Mar 27 10:56:11 2008 +0100
description:
	Fix include files in random.h

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
lemon/random.h |    3 +--

diffs (13 lines):

diff -r abddaa08b507 -r f2d66d810c88 lemon/random.h
--- a/lemon/random.h	Wed Mar 26 17:28:28 2008 +0100
+++ b/lemon/random.h	Thu Mar 27 10:56:11 2008 +0100
@@ -65,8 +65,7 @@
 #include <algorithm>
 #include <iterator>
 #include <vector>
-
-#include <ctime>
+#include <limits>
 
 #include <lemon/math.h>
 #include <lemon/dim2.h>



More information about the Lemon-commits mailing list