aboutsummaryrefslogtreecommitdiff
path: root/cutl/container/any.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/container/any.hxx')
-rw-r--r--cutl/container/any.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx
index 8999fbb..feeb302 100644
--- a/cutl/container/any.hxx
+++ b/cutl/container/any.hxx
@@ -11,14 +11,16 @@
#include <cutl/exception.hxx>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace container
{
- class any
+ class LIBCUTL_EXPORT any
{
public:
- struct typing: exception {};
+ struct LIBCUTL_EXPORT typing: exception {};
public:
template <typename X>
@@ -76,7 +78,7 @@ namespace cutl
}
private:
- class holder
+ class LIBCUTL_EXPORT holder
{
public:
virtual