projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd0ee9
)
Fix PCH-less build after adding wxNonOwnerWindow in wxMSW.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 10 Oct 2011 17:08:44 +0000
(17:08 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/nonownedwnd.cpp
b/src/msw/nonownedwnd.cpp
index d5818a21e50cf70ce5a6e23dfb2443039ca79544..8cfe2e20645e091dbe7d7d08abb5371271d361bb 100644
(file)
--- a/
src/msw/nonownedwnd.cpp
+++ b/
src/msw/nonownedwnd.cpp
@@
-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"