sAlways iInclude wx/encinfo.h from src/unix/fontutil.cpp.
We use wxNativeEncodingInfo in this file, so we always need this header, not just when not using PCH. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/app.h"
|
||||
#include "wx/font.h" // wxFont enums
|
||||
#include "wx/encinfo.h"
|
||||
#include "wx/hash.h"
|
||||
#include "wx/utils.h" // for wxGetDisplay()
|
||||
#include "wx/module.h"
|
||||
#endif // PCH
|
||||
|
||||
#include "wx/encinfo.h"
|
||||
#include "wx/fontmap.h"
|
||||
#include "wx/tokenzr.h"
|
||||
#include "wx/fontenum.h"
|
||||
|
Reference in New Issue
Block a user