projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f241886
)
Fix PCH-less compilation of graphicc.cpp under MSW too.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 8 Apr 2012 10:10:20 +0000
(10:10 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 8 Apr 2012 10:10:20 +0000
(10:10 +0000)
We need to include wx/window.h in all ports, not just wxGTK.
See #14194.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71148
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/generic/graphicc.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/graphicc.cpp
b/src/generic/graphicc.cpp
index 4dae80da49bcc23280ba7be70a4666733c930501..76efcf4b2a5dd6af77dc972a6df906646dcfd6f0 100644
(file)
--- a/
src/generic/graphicc.cpp
+++ b/
src/generic/graphicc.cpp
@@
-33,9
+33,7
@@
#include "wx/dcclient.h"
#include "wx/dcmemory.h"
#include "wx/dcprint.h"
- #ifdef __WXGTK__
- #include "wx/window.h"
- #endif
+ #include "wx/window.h"
#endif
#include "wx/private/graphics.h"