]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/datetimectrl.cpp
follow up parent chain to properly support modal dialog parents, see #15383
[wxWidgets.git] / src / msw / datetimectrl.cpp
index a20149cb7a42d79c113aad91fa2ffcc81f9de0ab..c9b4449686b2183b99b47edd5fc5a58d043fdf51 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Implementation of wxDateTimePickerCtrl for MSW.
 // Author:      Vadim Zeitlin
 // Created:     2011-09-22 (extracted from src/msw/datectrl.cpp)
-// RCS-ID:      $Id: wxhead.cpp,v 1.11 2010-04-22 12:44:51 zeitlin Exp $
 // Copyright:   (c) 2005-2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 #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"