From 401ba15e5e4da730ac3239424534c28fa51eda02 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Wed, 29 Jun 2016 10:56:11 +0200 Subject: [PATCH 1/1] Add missing #includes --- src/simix/smx_context.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.20.1