Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Move other simcall to the Host class
[simgrid.git] / src / simix / Context.cpp
index e6eec95..7115e3a 100644 (file)
@@ -4,10 +4,11 @@
 /* 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 <vector>
-#include <string>
-#include <cstring>
+#include <cstdint>
+
 #include <memory>
+#include <functional>
+#include <utility>
 
 #include <simgrid/simix.hpp>