Include wx/filefn.h to fix PCH-less compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-08-18 11:44:31 +00:00
parent b0d58b0ea8
commit f9136b63ee

View File

@ -19,6 +19,7 @@
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/filefn.h"
#endif // WX_PRECOMP
#include "wx/scopeguard.h"