From: Gabriel Corona Date: Wed, 29 Jun 2016 08:56:11 +0000 (+0200) Subject: Add missing #includes X-Git-Tag: v3_14~837^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/401ba15e5e4da730ac3239424534c28fa51eda02 Add missing #includes --- diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 3e46ecec03..f8c7e74473 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -6,11 +6,16 @@ /* 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 +#include + #include #include #include +#include #include +#include #include "src/internal_config.h" #include "xbt/log.h"