]> git.saurik.com Git - wxWidgets.git/commitdiff
fix errors due to missing wxPrintf() declaration in STL build
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Oct 2008 09:02:27 +0000 (09:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Oct 2008 09:02:27 +0000 (09:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/src/ifacecheck.cpp

index f7df0abaa890d816219e54c239525fc87b984ec4..efb72a14b130178e1e463ce990a30db8e6678fda 100644 (file)
@@ -18,6 +18,7 @@
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/crt.h"
 #endif
 
 #include "wx/cmdline.h"