aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/context.hxx')
-rw-r--r--cutl/compiler/context.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx
index 32f301f..f5d2c6d 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -13,15 +13,17 @@
#include <cutl/exception.hxx>
#include <cutl/container/any.hxx>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace compiler
{
- class context
+ class LIBCUTL_EXPORT context
{
public:
- struct no_entry: exception {};
- struct typing: exception {};
+ struct LIBCUTL_EXPORT no_entry: exception {};
+ struct LIBCUTL_EXPORT typing: exception {};
public:
context () {}