Fix a silly typo
authoralpar
Fri, 08 Feb 2008 10:42:38 +0000
changeset 2570c62964ff0d53
parent 2569 12c2c5c4330b
child 2571 f5c6e63f51d1
Fix a silly typo
lemon/random.h
     1.1 --- a/lemon/random.h	Fri Feb 08 10:38:08 2008 +0000
     1.2 +++ b/lemon/random.h	Fri Feb 08 10:42:38 2008 +0000
     1.3 @@ -68,7 +68,7 @@
     1.4  
     1.5  #include <ctime>
     1.6  
     1.7 -#include <lemon/math.>
     1.8 +#include <lemon/math.h>
     1.9  #include <lemon/dim2.h>
    1.10  ///\ingroup misc
    1.11  ///\file