From: Vadim Zeitlin Date: Thu, 9 Oct 2008 09:02:27 +0000 (+0000) Subject: fix errors due to missing wxPrintf() declaration in STL build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e7bed112b866057a27d3ab3ba76a5722a0dc2561 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 --- diff --git a/utils/ifacecheck/src/ifacecheck.cpp b/utils/ifacecheck/src/ifacecheck.cpp index f7df0abaa8..efb72a14b1 100644 --- a/utils/ifacecheck/src/ifacecheck.cpp +++ b/utils/ifacecheck/src/ifacecheck.cpp @@ -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"