lemon/graph_to_eps.h
changeset 2569 12c2c5c4330b
parent 2553 bfced05fa852
child 2618 6aa6fcaeaea5
     1.1 --- a/lemon/graph_to_eps.h	Fri Feb 08 10:18:55 2008 +0000
     1.2 +++ b/lemon/graph_to_eps.h	Fri Feb 08 10:38:08 2008 +0000
     1.3 @@ -31,9 +31,9 @@
     1.4  #include<algorithm>
     1.5  #include<vector>
     1.6  
     1.7 -#include <ctime>
     1.8 -#include <cmath>
     1.9 +#include<ctime>
    1.10  
    1.11 +#include<lemon/math.h>
    1.12  #include<lemon/bits/invalid.h>
    1.13  #include<lemon/dim2.h>
    1.14  #include<lemon/maps.h>