From a44f14cf0c7606d5e6158b17c81ea5e5052f1671 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 23 Apr 2005 12:54:24 +0000 Subject: [PATCH] another try at mingw32 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33844 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 6dd37c874c..e9d477c1fa 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -26,7 +26,6 @@ #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 @@ -35,6 +34,7 @@ #include "wx/debugrpt.h" +#include "wx/ffile.h" #include "wx/filename.h" #include "wx/dir.h" #include "wx/dynlib.h" -- 2.50.0