aboutsummaryrefslogtreecommitdiff
path: root/libxsd-frontend/semantic-graph/schema.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd-frontend/semantic-graph/schema.hxx')
-rw-r--r--libxsd-frontend/semantic-graph/schema.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libxsd-frontend/semantic-graph/schema.hxx b/libxsd-frontend/semantic-graph/schema.hxx
index abcd5ca..e533d1f 100644
--- a/libxsd-frontend/semantic-graph/schema.hxx
+++ b/libxsd-frontend/semantic-graph/schema.hxx
@@ -10,6 +10,8 @@
#include <libxsd-frontend/semantic-graph/elements.hxx>
#include <libxsd-frontend/semantic-graph/namespace.hxx>
+#include <libxsd-frontend/export.hxx>
+
namespace XSDFrontend
{
namespace SemanticGraph
@@ -96,7 +98,7 @@ namespace XSDFrontend
//
//
- class Schema: public graph, public virtual Scope
+ class LIBXSD_FRONTEND_SYMEXPORT Schema: public graph, public virtual Scope
{
typedef std::vector<Uses*> UsesList;
typedef std::vector<Uses*> UsedList;