From: Christian Heinrich Date: Thu, 6 Jul 2017 17:49:51 +0000 (+0200) Subject: [MC] Missing include of smpi/private.hpp X-Git-Tag: v3_17~429 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2d7d44a11169de883629eaee74f6e6029332b9df?ds=sidebyside [MC] Missing include of smpi/private.hpp --- diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index 0cc7c2a784..a5845c804f 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -26,6 +26,7 @@ #if HAVE_SMPI #include "src/smpi/private.h" +#include "src/smpi/private.hpp" #endif #include "src/mc/mc_forward.hpp"