aboutsummaryrefslogtreecommitdiff
path: root/cutl/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/exception.hxx')
-rw-r--r--cutl/exception.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutl/exception.hxx b/cutl/exception.hxx
index e8e12b4..228a7ad 100644
--- a/cutl/exception.hxx
+++ b/cutl/exception.hxx
@@ -8,9 +8,11 @@
#include <exception>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
- struct exception: std::exception
+ struct LIBCUTL_EXPORT exception: std::exception
{
// By default return the exception type name ( typeid (*this).name () ).
//