Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : if no inttypes found in c++
authorMarion Guthmuller <marion.guthmuller@inria.fr>
Fri, 27 Jun 2014 11:56:49 +0000 (13:56 +0200)
committerMarion Guthmuller <marion.guthmuller@inria.fr>
Fri, 27 Jun 2014 11:56:56 +0000 (13:56 +0200)
src/mc/mc_compare.cpp

index ada39e6..0067028 100644 (file)
@@ -4,6 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+#define __STDC_FORMAT_MACROS
 #include <inttypes.h>
 #include <boost/unordered_set.hpp>