X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd33e946a7ea1e4e00053ff43475566229f5c40a..c619e9d16e3061f1d05b187d80bc65eb578fb868:/src/instr/instr_paje_events.hpp diff --git a/src/instr/instr_paje_events.hpp b/src/instr/instr_paje_events.hpp index 87ed4341cd..27ce68dc01 100644 --- a/src/instr/instr_paje_events.hpp +++ b/src/instr/instr_paje_events.hpp @@ -7,6 +7,7 @@ #define INSTR_PAJE_EVENTS_HPP #include "src/instr/instr_private.hpp" +#include "src/internal_config.h" #include #include @@ -65,8 +66,10 @@ public: class StateEvent : public PajeEvent { EntityValue* value; +#if HAVE_SMPI std::string filename = "(null)"; int linenumber = -1; +#endif TIData* extra_; public: