From: Augustin Degomme Date: Tue, 27 Aug 2019 23:09:24 +0000 (+0200) Subject: fix mc build with gcc10 X-Git-Tag: v3.24~130 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3a2451e6d3940d00410f537a275f3e3a8db134d7?hp=de111d672f9520069004c03d5677986db430d8a2 fix mc build with gcc10 --- diff --git a/src/mc/remote/mc_protocol.h b/src/mc/remote/mc_protocol.h index 16134aa698..fd79b48bf8 100644 --- a/src/mc/remote/mc_protocol.h +++ b/src/mc/remote/mc_protocol.h @@ -8,6 +8,7 @@ #include "mc/datatypes.h" #include "simgrid/forward.h" +#include "stdint.h" SG_BEGIN_DECL()