Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "[mc] Remove remaining bits of libdw outside of mc_libdw.{h,c}pp"
[simgrid.git] / src / mc / mc_libdw.cpp
index 7c589bd..b27eb9f 100644 (file)
@@ -5,6 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <cstdint>
+#include <cinttypes>
 
 #include <algorithm>
 #include <memory>
@@ -12,7 +13,6 @@
 #include <utility>
 
 #include <dwarf.h>
-#include <elfutils/libdw.h>
 
 #include <xbt/log.h>