From 4fedd384a1c85dfb94212edbd8ae8e1c973d3c8c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 6 Feb 2003 14:07:45 +0000 Subject: [PATCH] Moved ffile inclusion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/docview.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 5a54be0..2081dbc 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -41,9 +41,10 @@ #include "wx/filedlg.h" #include "wx/intl.h" #include "wx/log.h" - #include "wx/ffile.h" #endif +#include "wx/ffile.h" + #ifdef __WXMAC__ #include "wx/filename.h" #endif -- 2.7.4