X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/648db587c45e378a91975154a56fdc1879900b80..6a8b0d458663e48152afcf6576a057f5b8ab8be3:/include/wx/xrc/xmlres.h diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 198efa7a7e..ded3f30324 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -16,6 +16,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_XRC + #include "wx/string.h" #include "wx/dynarray.h" #include "wx/datetime.h" @@ -489,5 +492,6 @@ public: #define GetXMLID GetXRCID #endif +#endif // wxUSE_XRC #endif // _WX_XMLRES_H_