include wx/crt.h needed for wxFprintf() (closes #9509)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-29 16:58:59 +00:00
parent cbb4085001
commit 4081eb6fe2

View File

@@ -35,6 +35,7 @@
// wxBase.dll, and MSVC 5 will give linker errors
#include "wx/recguard.h"
#include "wx/crt.h"
#include "wx/msw/private.h"
// ============================================================================