From 2b1d737b3e9413217302cde932cbc3af91d79024 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 11 Mar 2005 18:59:31 +0000 Subject: [PATCH] compilation fix for non PCH build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/debugrpt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 34e2c9b3ad..96ccc60012 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -27,6 +27,7 @@ #include "wx/app.h" #include "wx/log.h" #include "wx/intl.h" + #include "wx/utils.h" #endif // WX_PRECOMP #if wxUSE_DEBUGREPORT -- 2.45.2