X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffs%2Ffilemonitor.h;h=3ce5d79db2dc991ac562e0bb30f44df5cf11dee7;hb=HEAD;hp=220b9697594178d0ad73489d662b08a88d8d77bf;hpb=178c4490f6dde563d80fb2bc483b5c9e8a538ea9;p=libs%2Fcore.git diff --git a/source/fs/filemonitor.h b/source/fs/filemonitor.h index 220b969..3ce5d79 100644 --- a/source/fs/filemonitor.h +++ b/source/fs/filemonitor.h @@ -1,6 +1,7 @@ #ifndef FILEMONITOR_H_ #define FILEMONITOR_H_ +#include #include #include #include @@ -8,7 +9,7 @@ namespace Msp { namespace FS { -class FileMonitor: NonCopyable +class MSPCORE_API FileMonitor: NonCopyable { private: struct Private;