X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fbuffered.h;h=c05fc25eed5ad9454448d34f60a716ed091d56cb;hb=6af098355f2b037a6f8084f9f6c741e462ffa614;hp=07b5d37e39e1ce4e9eb005f4358e70a40bcc4715;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07;p=libs%2Fcore.git diff --git a/source/io/buffered.h b/source/io/buffered.h index 07b5d37..c05fc25 100644 --- a/source/io/buffered.h +++ b/source/io/buffered.h @@ -2,12 +2,13 @@ #define MSP_IO_BUFFERED_H_ #include +#include #include "base.h" namespace Msp { namespace IO { -class Buffered: public Base, public sigc::trackable +class MSPCORE_API Buffered: public Base, public sigc::trackable { private: Base &below;