Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix build by adding back some includes
[simgrid.git] / src / smpi / smpi_deployment.cpp
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 {