From e5c0dea20c29253e4947109938d7f000e6ae5ad1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 13 Jun 2014 17:19:21 +0000 Subject: [PATCH] Compilation fix for wxFont in wxMotif. Include wx/crt.h containing wxSscanf() declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/font.cpp b/src/motif/font.cpp index a619c9ad95..8558a4ed97 100644 --- a/src/motif/font.cpp +++ b/src/motif/font.cpp @@ -37,6 +37,7 @@ #include "wx/gdicmn.h" #endif +#include "wx/crt.h" // for wxSscanf() #include "wx/fontutil.h" // for wxNativeFontInfo #include "wx/tokenzr.h" #include "wx/motif/private.h"