X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fformat.h;h=7969ef3930c01979e1948d63b97dccd9b6f2a026;hb=HEAD;hp=49c40e9293512da2a656699d837f7f42834771c6;hpb=f7087c847a03a2bb4e9392e41eac4cb1ec37172c;p=libs%2Fcore.git diff --git a/source/strings/format.h b/source/strings/format.h index 49c40e9..7969ef3 100644 --- a/source/strings/format.h +++ b/source/strings/format.h @@ -2,6 +2,7 @@ #define MSP_STRINGS_FORMAT_H_ #include +#include #include "lexicalcast.h" namespace Msp { @@ -9,7 +10,7 @@ namespace Msp { /** Printf-like string formatter class. */ -class Formatter +class MSPCORE_API Formatter { private: std::string fmt;