fix errors due to missing wxPrintf() declaration in STL build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-10-09 09:02:27 +00:00
parent 9412295ef1
commit e7bed112b8

View File

@@ -18,6 +18,7 @@
// for all others, include the necessary headers // for all others, include the necessary headers
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/app.h" #include "wx/app.h"
#include "wx/crt.h"
#endif #endif
#include "wx/cmdline.h" #include "wx/cmdline.h"