aboutsummaryrefslogtreecommitdiff
path: root/xsde/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/types.hxx')
-rw-r--r--xsde/types.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xsde/types.hxx b/xsde/types.hxx
index 75bd0e2..4ba69c5 100644
--- a/xsde/types.hxx
+++ b/xsde/types.hxx
@@ -7,9 +7,15 @@
#define TYPES_HXX
#include <vector>
+#include <cstddef> // std::size_t
-#include <cult/types.hxx>
+#include <xsd-frontend/types.hxx>
-typedef std::vector<Cult::Types::NarrowString> NarrowStrings;
+using std::size_t;
+
+using XSDFrontend::String;
+using XSDFrontend::NarrowString;
+
+typedef std::vector<NarrowString> NarrowStrings;
#endif // TYPES_HXX