]> git.saurik.com Git - wxWidgets.git/commit - src/x11/window.cpp
Fix wxX11 compilation when using PCH.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2010 12:48:07 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2010 12:48:07 +0000 (12:48 +0000)
commit80f4c796428fb7fa5934a0b9305007f820b8eaac
tree607cee6aee6fb6be5024bc748d33e54e6b1a5dad
parentba81782ac3002ad2fa3ad87fbbcdb299df69a6a3
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
src/x11/window.cpp