X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/204d3530fd27ff7c6597d6895b9503a4ea700692..82bbd8907b6a5f4e476f8d9075afb6bef203a165:/include/wx/debugrpt.h?ds=sidebyside diff --git a/include/wx/debugrpt.h b/include/wx/debugrpt.h index 0337633e9f..86ecdb5ab3 100644 --- a/include/wx/debugrpt.h +++ b/include/wx/debugrpt.h @@ -15,7 +15,10 @@ #if wxUSE_DEBUGREPORT && wxUSE_XML -class WXDLLIMPEXP_XML wxXmlNode; +#include "wx/string.h" +#include "wx/arrstr.h" + +class WXDLLIMPEXP_FWD_XML wxXmlNode; // ---------------------------------------------------------------------------- // wxDebugReport: generate a debug report, processing is done in derived class @@ -227,7 +230,6 @@ public: #endif // wxUSE_GUI -#endif // wxUSE_DEBUGREPORT +#endif // wxUSE_DEBUGREPORT && wxUSE_XML #endif // _WX_DEBUGRPT_H_ -