Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing #includes
authorGabriel Corona <gabriel.corona@loria.fr>
Wed, 29 Jun 2016 08:56:11 +0000 (10:56 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 29 Jun 2016 08:56:11 +0000 (10:56 +0200)
src/simix/smx_context.cpp

index 3e46ece..f8c7e74 100644 (file)
@@ -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 <cerrno>
+#include <cstring>
+
 #include <utility>
 #include <string>
 
 #include <xbt/config.hpp>
+#include <xbt/log.h>
 #include <xbt/range.hpp>
+#include <xbt/sysdep.h>
 
 #include "src/internal_config.h"
 #include "xbt/log.h"