]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/crt.h needed for wxFprintf() (closes #9509)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 May 2008 16:58:59 +0000 (16:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 May 2008 16:58:59 +0000 (16:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/basemsw.cpp

index 1763d4d46d697144ecbf2341dd76fb65f54bd6f8..5af350eb5a6ec9841e4bf11585b6ef80fb0f1a34 100644 (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"
 
 // ============================================================================