From: Ryan Norton Date: Sat, 16 Apr 2005 09:11:52 +0000 (+0000) Subject: fix for w/o expat X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2cbe2aead90b12bffaa0d0d621068ad639eadf1f?hp=66af7a75406831dfcbae81728dce709efe2ed628 fix for w/o expat git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 6cc89cfd01..717f7d1b13 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -30,7 +30,7 @@ #include "wx/utils.h" #endif // WX_PRECOMP -#if wxUSE_DEBUGREPORT +#if wxUSE_DEBUGREPORT && wxUSE_XML #include "wx/debugrpt.h"