X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fredirectedpath.h;h=95888f7ee8e9ac96c03896b48e99f98ff2395411;hb=refs%2Fheads%2Fwip;hp=50a3609bd36eb7e163826707ddf7a0bc50c0a0df;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07;p=libs%2Fcore.git diff --git a/source/fs/redirectedpath.h b/source/fs/redirectedpath.h index 50a3609..95888f7 100644 --- a/source/fs/redirectedpath.h +++ b/source/fs/redirectedpath.h @@ -1,6 +1,7 @@ #ifndef MSP_FS_REDIRECTEDPATH_H_ #define MSP_FS_REDIRECTEDPATH_H_ +#include #include "path.h" namespace Msp { @@ -12,7 +13,7 @@ goes out of scope, it is renamed to the original path. If destruction happens due to an exception, it is unlinked instead. The primary use for this is to atomically overwrite a file with a new version. */ -class RedirectedPath: public Path +class MSPCORE_API RedirectedPath: public Path { private: Path original;