]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timectrl.cpp
Add virtual ~wxAnyScrollHelperBase() to fix compiler warning.
[wxWidgets.git] / src / msw / timectrl.cpp
index 86951d52d30b1d6ab21de0e0d76b842d8ff4a14d..e87e1e0a6b808c503d9bd1133cf5a073236bab83 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxTimePickerCtrl implementation
 // Author:      Vadim Zeitlin
 // Created:     2005-01-09
-// RCS-ID:      $Id$
 // Copyright:   (c) 2005 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -25,6 +24,7 @@
 #if wxUSE_DATEPICKCTRL
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h"
 #endif
 
 #include "wx/timectrl.h"