Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use C++ style includes when available.
[simgrid.git] / src / smpi / colls / colls_private.hpp
index dc897fe16a65e2394f8756757c4e75c58cf0b540..78669b336f59f654f6dcec549975c383fa2820c7 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SMPI_COLLS_PRIVATE_HPP
 #define SMPI_COLLS_PRIVATE_HPP
 
-#include <math.h>
+#include <cmath>
 #include "smpi/mpi.h"
 #include "private.hpp"
 #include "smpi_coll.hpp"