aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/type-info.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/type-info.hxx')
-rw-r--r--cutl/compiler/type-info.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx
index f970067..9fa5593 100644
--- a/cutl/compiler/type-info.hxx
+++ b/cutl/compiler/type-info.hxx
@@ -10,6 +10,7 @@
#include <vector>
#include <typeinfo> // std::type_info
+#include <cutl/exception.hxx>
#include <cutl/static-ptr.hxx>
#include <cutl/compiler/type-id.hxx>
@@ -76,7 +77,7 @@ namespace cutl
//
//
- class no_type_info {};
+ class no_type_info: exception {};
type_info const&
lookup (type_id const&);