// file : xsd-frontend/types.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_FRONTEND_TYPES_HXX #define XSD_FRONTEND_TYPES_HXX #include // std::size_t #include namespace XSDFrontend { using std::size_t; using namespace Cult::Types; typedef Cult::WideString String; } #endif // XSD_FRONTEND_TYPES_HXX