X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fdemangle.h;h=22334354034759f78344dbc3bf5543e3ef1af006;hb=HEAD;hp=213a348f5f2d280d22277ab3cfb91af50f121746;hpb=967785734be5c3fc6f75da122c2d93ebbb338271;p=libs%2Fcore.git diff --git a/source/debug/demangle.h b/source/debug/demangle.h index 213a348..2233435 100644 --- a/source/debug/demangle.h +++ b/source/debug/demangle.h @@ -2,11 +2,12 @@ #define MSP_DEBUG_DEMANGLE_H_ #include +#include namespace Msp { namespace Debug { -std::string demangle(const std::string &); +MSPCORE_API std::string demangle(const std::string &); } // namespace Debug } // namespace Msp