From 19d0eb2adcda31d9919bca8fef98cb1871b4ce54 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 19:01:49 +0200 Subject: Add automake and VC++ builds (meta-build) --- cutl/compiler/type-id.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cutl/compiler/type-id.hxx') 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 // std::type_info +#include + namespace cutl { namespace compiler { - class type_id + class LIBCUTL_EXPORT type_id { public: template -- cgit v1.1