From: Vadim Zeitlin Date: Mon, 18 Apr 2005 23:01:56 +0000 (+0000) Subject: fixed compilation for USE_PCH == 0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb531fa187227f8438bcf0546cd9ae18aad87ea3 fixed compilation for USE_PCH == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 9e8ed6aff4..6dd37c874c 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/log.h" + #include "wx/ffile.h" #include "wx/intl.h" #include "wx/utils.h" #endif // WX_PRECOMP