aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:01:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:01:49 +0200
commit19d0eb2adcda31d9919bca8fef98cb1871b4ce54 (patch)
tree2e37fd2a976d6ec1f5fa1c49da8c2e5a04dfa440 /cutl/fs/path.hxx
parent6aeb2e06e9fa137a8e26f8605ec63f7567e65280 (diff)
Add automake and VC++ builds (meta-build)
Diffstat (limited to 'cutl/fs/path.hxx')
-rw-r--r--cutl/fs/path.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index fbf179e..9fed07a 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -11,6 +11,8 @@
#include <cutl/exception.hxx>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace fs
@@ -86,7 +88,7 @@ namespace cutl
//
//
- class invalid_path_base: exception
+ class LIBCUTL_EXPORT invalid_path_base: exception
{
public:
virtual char const*