From 2cbe2aead90b12bffaa0d0d621068ad639eadf1f Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sat, 16 Apr 2005 09:11:52 +0000 Subject: [PATCH] fix for w/o expat git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/debugrpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0