From 098559ca3552ebd8f80a6d28254f4fa58913b751 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2016 08:56:48 +0200 Subject: Add DLL export/import support --- butl/path | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'butl/path') diff --git a/butl/path b/butl/path index 7562dac..9a75b5d 100644 --- a/butl/path +++ b/butl/path @@ -12,6 +12,8 @@ #include #include // hash +#include + 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* -- cgit v1.1