X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d022d3649e7fea5a182667121ceeab00e50a8c49..e777bd14b3b3ce4a601fcc0df63d64e3dc75ae8e:/include/wx/debugrpt.h diff --git a/include/wx/debugrpt.h b/include/wx/debugrpt.h index 48b640c408..86ecdb5ab3 100644 --- a/include/wx/debugrpt.h +++ b/include/wx/debugrpt.h @@ -16,8 +16,9 @@ #if wxUSE_DEBUGREPORT && wxUSE_XML #include "wx/string.h" +#include "wx/arrstr.h" -class WXDLLIMPEXP_XML wxXmlNode; +class WXDLLIMPEXP_FWD_XML wxXmlNode; // ---------------------------------------------------------------------------- // wxDebugReport: generate a debug report, processing is done in derived class