Include wx/file.h even when using precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-06-13 21:32:07 +00:00
parent c500250d39
commit 6874238c54

View File

@ -35,9 +35,9 @@
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/file.h"
#endif //WX_PRECOMP
#include "wx/file.h"
#include "wx/utils.h" // wxGetHomeDir()
#include "wx/snglinst.h"