Fix wxDateTimePickerCtrl compilation without PCH.

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
This commit is contained in:
Vadim Zeitlin
2011-10-02 17:39:21 +00:00
parent ad410224a3
commit ae97a3bdab

View File

@@ -28,6 +28,10 @@
#ifdef wxNEEDS_DATETIMEPICKCTRL #ifdef wxNEEDS_DATETIMEPICKCTRL
#ifndef WX_PRECOMP #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 #endif // WX_PRECOMP
#include "wx/msw/private/datecontrols.h" #include "wx/msw/private/datecontrols.h"