projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b47b78
)
Compilation fix for PCH-less build after r70122.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 27 Dec 2011 17:32:29 +0000
(17:32 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 27 Dec 2011 17:32:29 +0000
(17:32 +0000)
Include the header declaring wxClientDC.
Closes #13809.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70130
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/textctrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/textctrl.cpp
b/src/msw/textctrl.cpp
index c963a170b35e2333a29be145e8fbcb06df70fab5..d62b8ab16167afdab64993b4ba9d88a2921f4b40 100644
(file)
--- a/
src/msw/textctrl.cpp
+++ b/
src/msw/textctrl.cpp
@@
-30,6
+30,7
@@
#include "wx/textctrl.h"
#include "wx/settings.h"
#include "wx/brush.h"
+ #include "wx/dcclient.h"
#include "wx/utils.h"
#include "wx/intl.h"
#include "wx/log.h"