Fix wxX11 compilation when using PCH.

wx/unix/utilsx11.h is not included by wx/wxprec.h so we need to include it
when using PCH too.

Closes #12517.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2010-09-27 12:48:07 +00:00
parent ba81782ac3
commit 80f4c79642

View File

@ -47,7 +47,6 @@
#include "wx/layout.h"
#include "wx/menuitem.h"
#include "wx/module.h"
#include "wx/unix/utilsx11.h"
#endif
#include "wx/fontutil.h"
@ -57,6 +56,8 @@
#include "wx/dnd.h"
#endif
#include "wx/unix/utilsx11.h"
#include "wx/x11/private.h"
#include "X11/Xutil.h"