Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add missing #include
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 21 Sep 2015 10:14:43 +0000 (12:14 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 21 Sep 2015 10:19:34 +0000 (12:19 +0200)
src/mc/mc_libdw.cpp

index 7c589bd..fcd5add 100644 (file)
@@ -5,6 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <cstdint>
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <cstdint>
+#include <cinttypes>
 
 #include <algorithm>
 #include <memory>
 
 #include <algorithm>
 #include <memory>