X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fmemory.h;h=5ae2a34fe43fe6c72c490f20148f0ef992ab7f30;hp=75cf7f5a6056ff052ebef19b4622692f6bf138d5;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/io/memory.h b/source/io/memory.h index 75cf7f5..5ae2a34 100644 --- a/source/io/memory.h +++ b/source/io/memory.h @@ -1,12 +1,13 @@ #ifndef MSP_IO_MEMORY_H_ #define MSP_IO_MEMORY_H_ +#include #include "seekable.h" namespace Msp { namespace IO { -class Memory: public Seekable +class MSPCORE_API Memory: public Seekable { private: char *begin = nullptr;