// file : xsde/cxx/parser/xml-schema.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSDE_CXX_PARSER_XML_SCHEMA_HXX #define XSDE_CXX_PARSER_XML_SCHEMA_HXX #include #include #ifdef XSDE_STL # include # include #else # include # include #endif #endif // XSDE_CXX_PARSER_XML_SCHEMA_HXX