From: Gabriel Corona Date: Mon, 4 May 2015 14:29:40 +0000 (+0200) Subject: [mc] Add missing inttypes.h include X-Git-Tag: v3_12~732^2~22 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5852aa12e1183b2ed97cc25f3b974f4094e53d8b [mc] Add missing inttypes.h include --- diff --git a/src/mc/mc_compare.cpp b/src/mc/mc_compare.cpp index 1cfbd3c1d1..d6204d40e9 100644 --- a/src/mc/mc_compare.cpp +++ b/src/mc/mc_compare.cpp @@ -5,7 +5,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #define __STDC_FORMAT_MACROS -#include +#include #include #include diff --git a/src/mc/mc_dwarf.cpp b/src/mc/mc_dwarf.cpp index 1fb7db17b8..c68e14bcb6 100644 --- a/src/mc/mc_dwarf.cpp +++ b/src/mc/mc_dwarf.cpp @@ -4,11 +4,12 @@ /* 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. */ +#include + #include #define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */ #include #include -#include #include #include diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index 3b6f904ec4..a307445289 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -4,6 +4,8 @@ /* 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. */ +#include + #include #include #include diff --git a/src/mc/mc_hash.cpp b/src/mc/mc_hash.cpp index 628b2eb6e2..4164c537ad 100644 --- a/src/mc/mc_hash.cpp +++ b/src/mc/mc_hash.cpp @@ -4,6 +4,8 @@ /* 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. */ +#include + #include #include