Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some missing #include
[simgrid.git] / src / simix / ThreadContext.cpp
index de4e718..e676dc4 100644 (file)
@@ -4,6 +4,9 @@
 /* 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 <utility>
+#include <functional>
+
 #include "xbt/function_types.h"
 #include "smx_private.h"
 #include "src/portable.h"           /* loads context system definitions */