Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix build by adding back some includes
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 19 Jun 2017 08:40:47 +0000 (10:40 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 19 Jun 2017 08:40:47 +0000 (10:40 +0200)
src/smpi/smpi_comm.cpp
src/smpi/smpi_deployment.cpp
src/smpi/smpi_pmpi.cpp
src/xbt/parmap.cpp

index d1e2ab0..f128f59 100644 (file)
@@ -4,6 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u/Host.hpp"
+#include <climits>
 
 #include "src/simix/smx_private.h"
 #include "src/smpi/private.h"
index 791b8da..1abaa45 100644 (file)
@@ -5,9 +5,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/msg.h" /* barrier */
+#include "src/smpi/SmpiHost.hpp"
 #include "src/smpi/private.h"
 #include "src/smpi/smpi_comm.hpp"
-#include "src/smpi/SmpiHost.hpp"
+#include <map>
 
 namespace simgrid {
 namespace smpi {
index 528bcaa..635e0d7 100644 (file)
@@ -3,6 +3,8 @@
 /* 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 <climits>
+
 #include "simgrid/s4u/Engine.hpp"
 #include "simgrid/s4u/Host.hpp"
 #include "src/smpi/private.h"
index 4afc9f7..df47a7a 100644 (file)
@@ -4,6 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <atomic>
+#include <climits>
 
 #include "src/internal_config.h"
 #if HAVE_UNISTD_H