X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3811869b798996bc777e7262a42b531d044716c9..ed511a15702f5a82f740888d43348bc1c7e07205:/src/smpi/private.hpp diff --git a/src/smpi/private.hpp b/src/smpi/private.hpp index 6d3e172357..53233742e8 100644 --- a/src/smpi/private.hpp +++ b/src/smpi/private.hpp @@ -6,6 +6,7 @@ #ifndef SMPI_PRIVATE_HPP #define SMPI_PRIVATE_HPP +#include #include "src/instr/instr_smpi.h" #ifdef HAVE_PAPI @@ -15,7 +16,7 @@ XBT_PRIVATE papi_counter_t& smpi_process_counter_data(void); XBT_PRIVATE int smpi_process_event_set(void); #endif -extern std::map location2speedup; +extern std::unordered_map location2speedup; /** @brief Returns the last call location (filename, linenumber). Process-specific. */ XBT_PUBLIC(smpi_trace_call_location_t*) smpi_process_get_call_location(void);