aboutsummaryrefslogtreecommitdiff
path: root/butl/path
diff options
context:
space:
mode:
Diffstat (limited to 'butl/path')
-rw-r--r--butl/path4
1 files changed, 3 insertions, 1 deletions
diff --git a/butl/path b/butl/path
index 7562dac..9a75b5d 100644
--- a/butl/path
+++ b/butl/path
@@ -12,6 +12,8 @@
#include <exception>
#include <functional> // hash
+#include <butl/export>
+
namespace butl
{
@@ -25,7 +27,7 @@ namespace butl
// p -= ".*"; // base
//
- class invalid_path_base: std::exception
+ class LIBBUTL_EXPORT invalid_path_base: std::exception
{
public:
virtual char const*