X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d62b8c686a1127c6f04cbd0fd2acf570589f7b65..25f00868d318a0c49b4965ea9dea9a78bc349365:/src/surf/network_smpi.cpp diff --git a/src/surf/network_smpi.cpp b/src/surf/network_smpi.cpp index 004dec9b08..b9d8d15d69 100644 --- a/src/surf/network_smpi.cpp +++ b/src/surf/network_smpi.cpp @@ -32,7 +32,7 @@ static int factor_cmp(const void *pa, const void *pb) (((s_smpi_factor_t*)pa)->factor < ((s_smpi_factor_t*)pb)->factor) ? -1 : 0; } -#include // FIXME: move that back to the parsing area +#include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area static xbt_dynar_t parse_factor(const char *smpi_coef_string) { char *value = NULL;