Fix PCH-less build after adding wxNonOwnerWindow in wxMSW.

Include the required headers when not using PCH to fix compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-10-10 17:08:44 +00:00
parent 5bd0ee9966
commit 3648be1f8f

View File

@ -24,6 +24,9 @@
#endif
#ifndef WX_PRECOMP
#include "wx/frame.h" // Only for wxFRAME_SHAPED.
#include "wx/region.h"
#include "wx/msw/private.h"
#endif // WX_PRECOMP
#include "wx/nonownedwnd.h"