]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxDateTimePickerCtrl compilation without PCH.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Oct 2011 17:39:21 +0000 (17:39 +0000)
committerVadim 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

index a20149cb7a42d79c113aad91fa2ffcc81f9de0ab..320da622b0685512850f38ceaf967a9557cf0579 100644 (file)
 #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"