From: Jouk Jansen Date: Tue, 11 Jan 2011 17:05:43 +0000 (+0000) Subject: make sure wxNativeFontInfo is defined X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bf3ed077c1be511252e4f43961ac6ea51c454e90 make sure wxNativeFontInfo is defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk1/font.cpp b/src/gtk1/font.cpp index 93e30695a4..c6a1888c16 100644 --- a/src/gtk1/font.cpp +++ b/src/gtk1/font.cpp @@ -24,6 +24,7 @@ #include "wx/log.h" #include "wx/settings.h" #include "wx/gdicmn.h" + #include "wx/encinfo.h" #endif #include "wx/fontutil.h"