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:
parent
5bd0ee9966
commit
3648be1f8f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user