X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsystemerror.h;fp=source%2Fcore%2Fsystemerror.h;h=cce3c5c7e6ad4f8662171d6adf735d841f574f72;hp=5edbe9d5062d938e95bc7a9832fe5eea347ad5bc;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/core/systemerror.h b/source/core/systemerror.h index 5edbe9d..cce3c5c 100644 --- a/source/core/systemerror.h +++ b/source/core/systemerror.h @@ -3,10 +3,11 @@ #include #include +#include "mspcore_api.h" namespace Msp { -class system_error: public std::runtime_error +class MSPCORE_API system_error: public std::runtime_error { private: int m_code;