]> git.saurik.com Git - wxWidgets.git/commitdiff
added wx/font.h include to fix PCH-less build
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Apr 2006 14:18:20 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Apr 2006 14:18:20 +0000 (14:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/private.h

index 979e7b08bb35de947687ebec9061132a58aacca2..05699a287a08003c7cdfa13b66e68811ef022143 100644 (file)
@@ -27,6 +27,8 @@
     #define wxGTK_CONV_SYS(s) wxGTK_CONV(s)
     #define wxGTK_CONV_BACK(s) wxConvUTF8.cMB2WX(s)
 #else
+    #include "wx/font.h"
+
     // convert the text in given encoding to UTF-8 used by wxGTK
     extern wxCharBuffer
     wxConvertToGTK(const wxString& s,