Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer C++ headers, and C++-style void-arg declarations.
[simgrid.git] / src / kernel / resource / profile / DatedValue.cpp
index 88fac59..68955de 100644 (file)
@@ -4,7 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/kernel/resource/profile/DatedValue.hpp"
-#include <math.h>
+#include <cmath>
 
 namespace simgrid {
 namespace kernel {