]> git.saurik.com Git - wxWidgets.git/commitdiff
Included filefn.h for non-precompiled headers to
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 20 May 2001 21:31:22 +0000 (21:31 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 20 May 2001 21:31:22 +0000 (21:31 +0000)
         get definition of wxFILE_SEP_PATH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dircmn.cpp

index c39290a58cdc418f6845ad6478cd424ac44233fd..2fa41e06da709fa6bf61a508e6a451aae3abda39 100644 (file)
@@ -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"