test/all_pairs_shortest_path_test.cc
changeset 2569 12c2c5c4330b
parent 2553 bfced05fa852
     1.1 --- a/test/all_pairs_shortest_path_test.cc	Fri Feb 08 10:18:55 2008 +0000
     1.2 +++ b/test/all_pairs_shortest_path_test.cc	Fri Feb 08 10:38:08 2008 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  #include <iostream>
     1.5  #include <vector>
     1.6  
     1.7 -#include <cmath>
     1.8 +#include <lemon/math.h>
     1.9  #include <cstdlib>
    1.10  
    1.11  #include <lemon/smart_graph.h>