projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d53b09d
)
compilation fix for PCH-less compilation after the last change
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 7 Jun 2008 02:32:12 +0000
(
02:32
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 7 Jun 2008 02:32:12 +0000
(
02:32
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54012
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/checkbox.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/checkbox.cpp
b/src/msw/checkbox.cpp
index 44645f3b726bd0875bc52d51b10a75ac3cbaf9c8..38449a2da39d48f4f5075ce82329aba0358e857e 100644
(file)
--- a/
src/msw/checkbox.cpp
+++ b/
src/msw/checkbox.cpp
@@
-30,6
+30,7
@@
#ifndef WX_PRECOMP
#include "wx/brush.h"
+ #include "wx/dcclient.h"
#include "wx/dcscreen.h"
#include "wx/settings.h"
#endif