summaryrefslogtreecommitdiff
path: root/xsd/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/types.hxx')
-rw-r--r--xsd/types.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xsd/types.hxx b/xsd/types.hxx
index 91be3ae..ff78081 100644
--- a/xsd/types.hxx
+++ b/xsd/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