diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 7bc0ed32cb..b271547974 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -29,6 +29,8 @@ #include "wx/utils.h" #endif // WX_PRECOMP +WX_CHECK_BUILD_OPTIONS("wxQA") + #if wxUSE_DEBUGREPORT && wxUSE_XML #include "wx/debugrpt.h" @@ -57,8 +59,6 @@ #include "wx/zipstrm.h" #endif // wxUSE_ZIPSTREAM -WX_CHECK_BUILD_OPTIONS("wxQA") - // ---------------------------------------------------------------------------- // XmlStackWalker: stack walker specialization which dumps stack in XML // ----------------------------------------------------------------------------