From 36afc6b22dc5db467c2286c7c352cb80708227ce Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 12 Apr 2018 11:52:15 +0200 Subject: [PATCH] fix boost-context builds --- src/kernel/context/ContextBoost.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kernel/context/ContextBoost.cpp b/src/kernel/context/ContextBoost.cpp index 6655f4cec0..91843867f1 100644 --- a/src/kernel/context/ContextBoost.cpp +++ b/src/kernel/context/ContextBoost.cpp @@ -4,9 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "ContextBoost.hpp" - -#include -#include +#include "src/simix/smx_private.hpp" #if HAVE_SANITIZE_ADDRESS_FIBER_SUPPORT #include -- 2.20.1