From eacfab6c97ff6a65f91ebbea136b732259d7667e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 21 Jan 2019 08:09:17 +0100 Subject: [PATCH] Fix non-java tests :( --- src/simix/smx_context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 533669351a..31d2aa2ffb 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -5,6 +5,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include "src/internal_config.h" #include "src/simix/smx_private.hpp" #include "xbt/config.hpp" -- 2.20.1