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:
parent
c500250d39
commit
6874238c54
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user