The usual fix for PCH-less compilation after the last commit.

Fix wxNonOwnedWindow compilation in wxGTK without PCH.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-10-13 13:19:42 +00:00
parent a82afab363
commit bb8823c958

View File

@ -24,7 +24,9 @@
#endif
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/frame.h" // Just for wxFRAME_SHAPED.
#include "wx/nonownedwnd.h"
#include "wx/region.h"
#endif // WX_PRECOMP
#include "wx/gtk/private.h"