Compilation fix for wxFont in wxGTK1.

wx/encinfo.h is not included from wx/wx.h so include it explicitly.

This is the same change as was done in r73519 for wxX11/wxMotif.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-04-30 15:39:18 +00:00
parent e78209f6a8
commit 93651fdc32

View File

@ -24,11 +24,11 @@
#include "wx/log.h"
#include "wx/settings.h"
#include "wx/gdicmn.h"
#include "wx/encinfo.h"
#include "wx/crt.h"
#endif
#include "wx/fontutil.h"
#include "wx/encinfo.h"
#include "wx/utils.h"
#include "wx/tokenzr.h"