Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build on freebsd and macos.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 11 Oct 2017 21:31:38 +0000 (23:31 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 11 Oct 2017 21:31:38 +0000 (23:31 +0200)
src/smpi/mpi/smpi_group.cpp

index d621068..6f837af 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "smpi_group.hpp"
 #include "smpi_comm.hpp"
+#include <string>
 #include <xbt/log.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_group, smpi, "Logging specific to SMPI (group)");