Fix include files in random.h
authorBalazs Dezso <deba@inf.elte.hu>
Thu, 27 Mar 2008 10:56:11 +0100
changeset 110f2d66d810c88
parent 109 abddaa08b507
child 111 e47fb28cda5e
Fix include files in random.h
lemon/random.h
     1.1 --- a/lemon/random.h	Wed Mar 26 17:28:28 2008 +0100
     1.2 +++ b/lemon/random.h	Thu Mar 27 10:56:11 2008 +0100
     1.3 @@ -65,8 +65,7 @@
     1.4  #include <algorithm>
     1.5  #include <iterator>
     1.6  #include <vector>
     1.7 -
     1.8 -#include <ctime>
     1.9 +#include <limits>
    1.10  
    1.11  #include <lemon/math.h>
    1.12  #include <lemon/dim2.h>