From: Arnaud Giersch Date: Sat, 21 Oct 2017 20:58:04 +0000 (+0200) Subject: Try to fix boost includes for ubuntu xenial. X-Git-Tag: v3.18~399^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4d2296351a31b2184cc0e755479d7ad6f52d004f Try to fix boost includes for ubuntu xenial. --- diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index bddbb1bc39..a067e8adf9 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -6,7 +6,12 @@ #ifndef SIMGRID_SIMIX_BOOST_CONTEXT_HPP #define SIMGRID_SIMIX_BOOST_CONTEXT_HPP -#include +#include +#if BOOST_VERSION < 106100 +#include +#else +#include +#endif #include #include