From 725433b1e8846d9eac42ab9fbf8e05e571e42e8b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 17 Oct 2013 09:49:59 +0000 Subject: [PATCH] Include for wxSscanf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/richtext/richtextformatdlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/richtext/richtextformatdlg.cpp b/src/richtext/richtextformatdlg.cpp index 3852637221..f6b4a80c2e 100644 --- a/src/richtext/richtextformatdlg.cpp +++ b/src/richtext/richtextformatdlg.cpp @@ -33,6 +33,7 @@ #include "wx/frame.h" #include "wx/checkbox.h" #include "wx/button.h" + #include "wx/wxcrtvararg.h" #endif // WX_PRECOMP #include "wx/bookctrl.h"