X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/204d3530fd27ff7c6597d6895b9503a4ea700692..704006b381ff98a16a8ce122dd0ae30cad7a6fca:/include/wx/debugrpt.h diff --git a/include/wx/debugrpt.h b/include/wx/debugrpt.h index 0337633e9f..02c895c4e6 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 @@ -158,7 +161,7 @@ public: wxDebugReportUpload(const wxString& url, const wxString& input, const wxString& action, - const wxString& curl = _T("curl")); + const wxString& curl = wxT("curl")); protected: virtual bool DoProcess(); @@ -227,7 +230,6 @@ public: #endif // wxUSE_GUI -#endif // wxUSE_DEBUGREPORT +#endif // wxUSE_DEBUGREPORT && wxUSE_XML #endif // _WX_DEBUGRPT_H_ -