]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/datetimectrl.cpp
Move POSIX implementation of wxThread::Create() to wxThreadInternal.
[wxWidgets.git] / 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"