aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/auto-remove.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/auto-remove.hxx')
-rw-r--r--cutl/fs/auto-remove.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index bf2b701..c30a630 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -11,13 +11,15 @@
#include <cutl/fs/path.hxx>
#include <cutl/fs/exception.hxx>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace fs
{
// Remove a file or an empty directory on destruction unless canceled.
//
- struct auto_remove
+ struct LIBCUTL_EXPORT auto_remove
{
explicit
auto_remove (path const& p)
@@ -47,7 +49,7 @@ namespace cutl
// Remove a list of file or aempty directories on destruction unless
// canceled.
//
- struct auto_removes
+ struct LIBCUTL_EXPORT auto_removes
{
auto_removes () {}
~auto_removes ();