// file : xsde/cxx/hybrid/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_HYBRID_XML_SCHEMA_HXX #define XSDE_CXX_HYBRID_XML_SCHEMA_HXX #include #include #ifdef XSDE_STL # include # include #else # include # include #endif #include #include #endif // XSDE_CXX_HYBRID_XML_SCHEMA_HXX