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.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx
index 0c89a38..4fd05b5 100644
--- a/cutl/container/any.hxx
+++ b/cutl/container/any.hxx
@@ -9,6 +9,8 @@
#include <memory> // std::auto_ptr
#include <typeinfo> // std::type_info
+#include <cutl/exception.hxx>
+
namespace cutl
{
namespace container
@@ -16,7 +18,7 @@ namespace cutl
class any
{
public:
- struct typing {};
+ struct typing: exception {};
public:
template <typename X>