Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix boost-context builds
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 12 Apr 2018 09:52:15 +0000 (11:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 12 Apr 2018 09:52:15 +0000 (11:52 +0200)
src/kernel/context/ContextBoost.cpp

index 6655f4c..9184386 100644 (file)
@@ -4,9 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "ContextBoost.hpp"
-
-#include <utility>
-#include <xbt/log.h>
+#include "src/simix/smx_private.hpp"
 
 #if HAVE_SANITIZE_ADDRESS_FIBER_SUPPORT
 #include <sanitizer/asan_interface.h>