// file : xsd/types.hxx // copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef TYPES_HXX #define TYPES_HXX #include #include // std::size_t #include using std::size_t; using XSDFrontend::String; using XSDFrontend::NarrowString; typedef std::vector NarrowStrings; #endif // TYPES_HXX