From: Vadim Zeitlin Date: Thu, 24 May 2007 09:57:47 +0000 (+0000) Subject: include wx/wxcrtvararg.h needed for wxSscanf() when WXWIN_COMPATIBILITY_2_8 == 0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bfd67dca3aaf6c06fa990bf7ad8241f055fb753d?ds=sidebyside include wx/wxcrtvararg.h needed for wxSscanf() when WXWIN_COMPATIBILITY_2_8 == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/fontutil.cpp b/src/mac/carbon/fontutil.cpp index 2947ff8d0e..0cc43c8953 100644 --- a/src/mac/carbon/fontutil.cpp +++ b/src/mac/carbon/fontutil.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/wxcrtvararg.h" #include "wx/log.h" #include "wx/intl.h" #endif