benchmark/hcube.cc
changeset 1632 93ac8c521fe5
parent 1435 8e85e6bbefdf
child 1689 f1795dafe42c
     1.1 --- a/benchmark/hcube.cc	Tue Aug 16 19:06:59 2005 +0000
     1.2 +++ b/benchmark/hcube.cc	Tue Aug 16 20:07:14 2005 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  // -*- mode:C++ -*-
     1.5  
     1.6 -#include<math.h>
     1.7 +#include<cmath>
     1.8  #include<lemon/list_graph.h>
     1.9  #include<lemon/smart_graph.h>
    1.10  #include<lemon/dijkstra.h>