]> git.saurik.com Git - wxWidgets.git/commitdiff
include "wx/encinfo.h" for wxNativeEncodingInfo
authorDavid Elliott <dfe@tgwbd.org>
Thu, 2 Oct 2003 16:15:31 +0000 (16:15 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 2 Oct 2003 16:15:31 +0000 (16:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/font.cpp
src/cocoa/fontutil.cpp

index 485e44765314b4fdefea832c8923629d7b8b22b5..6a14f5022f650a567516b5d55f8476d6620be4ec 100644 (file)
@@ -17,6 +17,7 @@
 #include "wx/string.h"
 #include "wx/font.h"
 #include "wx/gdicmn.h"
+#include "wx/encinfo.h"
 
 #if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
index 06814b4bca8807958894f692a951c3d5ea7014ed..68060c945b9740a709a973b35fe5dbabc5608f5b 100644 (file)
@@ -36,6 +36,7 @@
 #include "wx/tokenzr.h"
 #include "wx/hash.h"
 #include "wx/module.h"
+#include "wx/encinfo.h"
 
 #ifdef __WXGTK20__