From ae97a3bdabfcb38aa1fe856fa3adfa0a81c949dd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Oct 2011 17:39:21 +0000 Subject: [PATCH] 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 --- src/msw/datetimectrl.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/msw/datetimectrl.cpp b/src/msw/datetimectrl.cpp index a20149cb7a..320da622b0 100644 --- 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 "properly" + #include "wx/msw/private.h" + #include "wx/dcclient.h" #endif // WX_PRECOMP #include "wx/msw/private/datecontrols.h" -- 2.45.2