X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..0322a73bb9bb8b3285c6d7fce7e19a40e5025823:/src/smpi/private.hpp diff --git a/src/smpi/private.hpp b/src/smpi/private.hpp index a5c1aed3b9..87d51f8ec6 100644 --- a/src/smpi/private.hpp +++ b/src/smpi/private.hpp @@ -9,6 +9,7 @@ #include "src/instr/instr_smpi.h" #include #include +#include "src/internal_config.h" /** * Get the address of the beginning of the memory page where addr is located. @@ -19,7 +20,7 @@ #define TOPAGE(addr) (void *)(((unsigned long)(addr) / xbt_pagesize) * xbt_pagesize) #if HAVE_PAPI -typedef +typedef std::vector> papi_counter_t; XBT_PRIVATE papi_counter_t& smpi_process_papi_counters(); XBT_PRIVATE int smpi_process_papi_event_set();