From bfd67dca3aaf6c06fa990bf7ad8241f055fb753d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 May 2007 09:57:47 +0000 Subject: [PATCH] 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 --- src/mac/carbon/fontutil.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0