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 62cb065..68955de 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2004-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * 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 {