include "wx/encinfo.h" for wxNativeEncodingInfo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-10-02 16:15:31 +00:00
parent 38a87cfe1a
commit 9c6e197f65
2 changed files with 2 additions and 0 deletions

View 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)

View File

@@ -36,6 +36,7 @@
#include "wx/tokenzr.h"
#include "wx/hash.h"
#include "wx/module.h"
#include "wx/encinfo.h"
#ifdef __WXGTK20__