// file : xsd/types.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 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