From: Vadim Zeitlin Date: Tue, 18 Aug 2009 11:44:31 +0000 (+0000) Subject: Include wx/filefn.h to fix PCH-less compilation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f9136b63ee00042fe1bf331f7e17f05ccc0021af 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 --- diff --git a/tests/log/logtest.cpp b/tests/log/logtest.cpp index 7d859c7d00..8c24835b43 100644 --- a/tests/log/logtest.cpp +++ b/tests/log/logtest.cpp @@ -19,6 +19,7 @@ #ifndef WX_PRECOMP #include "wx/log.h" + #include "wx/filefn.h" #endif // WX_PRECOMP #include "wx/scopeguard.h"