From 19d0eb2adcda31d9919bca8fef98cb1871b4ce54 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 19:01:49 +0200 Subject: Add automake and VC++ builds (meta-build) --- cutl/exception.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cutl/exception.hxx') 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 +#include + namespace cutl { - struct exception: std::exception + struct LIBCUTL_EXPORT exception: std::exception { // By default return the exception type name ( typeid (*this).name () ). // -- cgit v1.1