Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add missing inttypes.h include
[simgrid.git] / src / mc / mc_compare.cpp
index 1cfbd3c..d6204d4 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #define __STDC_FORMAT_MACROS
-#include <inttypes.h>
+#include <cinttypes>
 #include <boost/unordered_set.hpp>
 
 #include <xbt/sysdep.h>