// 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 typedef std::vector NarrowStrings; #endif // TYPES_HXX