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 dc897fe..78669b3 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"