From: Martin Quinson Date: Mon, 20 May 2019 20:34:21 +0000 (+0200) Subject: g++ needs this include but not clang X-Git-Tag: v3.22.4~84 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b77d77050bdb32588bf0e0a5be7219b1be7560a9 g++ needs this include but not clang I'm really puzzled --- diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index 845020a405..b6e259cd2d 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -6,6 +6,7 @@ /** \file compare.cpp Memory snapshooting and comparison */ #include "src/mc/mc_config.hpp" +#include "src/mc/mc_private.hpp" #include "src/mc/mc_smx.hpp" #include "src/mc/sosp/mc_snapshot.hpp"