X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fhandle.h;h=06c2034c5271995995fd2929027cc1951fcf9d7d;hp=6140e116d74fb497d83085d921e11b515084616a;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/io/handle.h b/source/io/handle.h index 6140e11..06c2034 100644 --- a/source/io/handle.h +++ b/source/io/handle.h @@ -2,11 +2,12 @@ #define MSP_IO_HANDLE_H_ #include +#include namespace Msp { namespace IO { -class Handle +class MSPCORE_API Handle { public: struct Private;