]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debugrpt.h
extract event handler body in a separate function instead of using a hack to call...
[wxWidgets.git] / include / wx / debugrpt.h
index 48b640c408ec51004f83265c1b8395c2b21ee19e..86ecdb5ab31edc8d65b22702635d61017c6956c1 100644 (file)
@@ -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