]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix PCH-less build after adding wxNonOwnerWindow in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Oct 2011 17:08:44 +0000 (17:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Oct 2011 17:08:44 +0000 (17:08 +0000)
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

src/msw/nonownedwnd.cpp

index d5818a21e50cf70ce5a6e23dfb2443039ca79544..8cfe2e20645e091dbe7d7d08abb5371271d361bb 100644 (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"