Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix MC
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 5 Jul 2016 10:05:34 +0000 (12:05 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 5 Jul 2016 10:05:34 +0000 (12:05 +0200)
src/mc/mc_smx.cpp

index 0c6b839..85039bf 100644 (file)
@@ -5,16 +5,21 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <cassert>
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <cassert>
+#include <cstddef>
 #include <cstdlib>
 
 #include <cstdlib>
 
+#include <memory>
+#include <type_traits>
+#include <utility>
 #include <vector>
 
 #include <xbt/log.h>
 #include <xbt/str.h>
 #include <xbt/swag.h>
 
 #include <vector>
 
 #include <xbt/log.h>
 #include <xbt/str.h>
 #include <xbt/swag.h>
 
-#include "src/simix/smx_private.h"
+#include <simgrid/s4u/host.hpp>
 
 
+#include "src/simix/smx_private.h"
 #include "src/mc/mc_smx.h"
 #include "src/mc/ModelChecker.hpp"
 
 #include "src/mc/mc_smx.h"
 #include "src/mc/ModelChecker.hpp"