# HG changeset patch
# User Balazs Dezso <deba@inf.elte.hu>
# Date 1206611771 -3600
# Node ID f2d66d810c88fed376f6d79890418b04dea40707
# Parent  abddaa08b5071c7890e020afeaa1171cf6fb3fe9
Fix include files in random.h

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>