X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b1ec3c5445076d8f5827f850a9a5e9ea4853696..8bed05033724fb48c90cdc76f30a4d5ebcc050a5:/src/cxx/MsgException.hpp diff --git a/src/cxx/MsgException.hpp b/src/cxx/MsgException.hpp index 55d151a1b0..7d978f33dc 100644 --- a/src/cxx/MsgException.hpp +++ b/src/cxx/MsgException.hpp @@ -13,14 +13,14 @@ #ifndef MSG_MSGEXCEPTION_HPP #define MSG_MSGEXCEPTION_HPP -#include "Exception.hpp" +#include namespace SimGrid { namespace Msg { - class MsgException : public Exception + class SIMGRIDX_EXPORT MsgException : public Exception { public: @@ -62,3 +62,4 @@ namespace SimGrid #endif // !MSG_MSGEXCEPTION_HPP +