From: Stefan Neis Date: Sun, 20 May 2001 21:31:22 +0000 (+0000) Subject: Included filefn.h for non-precompiled headers to X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bdfeadcac50e7b4b631a3f6e8c42d2db4e594639 Included filefn.h for non-precompiled headers to get definition of wxFILE_SEP_PATH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index c39290a58c..2fa41e06da 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -34,6 +34,7 @@ #include "wx/string.h" #include "wx/log.h" #include "wx/intl.h" + #include "wx/filefn.h" #endif //WX_PRECOMP #include "wx/dir.h"