projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad41022
)
Fix wxDateTimePickerCtrl compilation without PCH.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 2 Oct 2011 17:39:21 +0000
(17:39 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 2 Oct 2011 17:39:21 +0000
(17:39 +0000)
Include the MSW private headers usually included from the PCH file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69293
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/datetimectrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/datetimectrl.cpp
b/src/msw/datetimectrl.cpp
index a20149cb7a42d79c113aad91fa2ffcc81f9de0ab..320da622b0685512850f38ceaf967a9557cf0579 100644
(file)
--- a/
src/msw/datetimectrl.cpp
+++ b/
src/msw/datetimectrl.cpp
@@
-28,6
+28,10
@@
#ifdef wxNEEDS_DATETIMEPICKCTRL
#ifndef WX_PRECOMP
+ #include "wx/msw/wrapwin.h"
+ #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
+ #include "wx/msw/private.h"
+ #include "wx/dcclient.h"
#endif // WX_PRECOMP
#include "wx/msw/private/datecontrols.h"