aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/type-id.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/type-id.hxx')
-rw-r--r--cutl/compiler/type-id.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx
index 099da6d..87ffad4 100644
--- a/cutl/compiler/type-id.hxx
+++ b/cutl/compiler/type-id.hxx
@@ -8,11 +8,13 @@
#include <typeinfo> // std::type_info
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace compiler
{
- class type_id
+ class LIBCUTL_EXPORT type_id
{
public:
template<typename X>