Compilation fix for wxMotif PCH build.
We need to include wx/unix/utilsx11.h even when using PCH to get wxCharCodeXToWX() declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
806b2e1692
commit
10c49955ad
@ -35,10 +35,10 @@
|
||||
#include "wx/layout.h"
|
||||
#include "wx/menuitem.h"
|
||||
#include "wx/module.h"
|
||||
#include "wx/unix/utilsx11.h"
|
||||
#endif
|
||||
|
||||
#include "wx/evtloop.h"
|
||||
#include "wx/unix/utilsx11.h"
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
#include "wx/dnd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user