From c7d4536a8384832da2a1d7b9bb9109100aaa0eb2 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 5 Jul 2016 12:05:34 +0200 Subject: [PATCH] Fix MC --- src/mc/mc_smx.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index 0c6b8398a1..85039bf283 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -5,16 +5,21 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include +#include #include +#include +#include +#include #include #include #include #include -#include "src/simix/smx_private.h" +#include +#include "src/simix/smx_private.h" #include "src/mc/mc_smx.h" #include "src/mc/ModelChecker.hpp" -- 2.20.1