aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/type-id.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:01:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:01:49 +0200
commit19d0eb2adcda31d9919bca8fef98cb1871b4ce54 (patch)
tree2e37fd2a976d6ec1f5fa1c49da8c2e5a04dfa440 /cutl/compiler/type-id.hxx
parent6aeb2e06e9fa137a8e26f8605ec63f7567e65280 (diff)
Add automake and VC++ builds (meta-build)
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>