]> git.saurik.com Git - wxWidgets.git/commitdiff
Include dateevt.h from datectrl.h
authorJulian Smart <julian@anthemion.co.uk>
Mon, 20 Feb 2006 09:14:45 +0000 (09:14 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 20 Feb 2006 09:14:45 +0000 (09:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/datectrl.h

index 81f6c0d62eaac9b34070cc775726c0e8ec8217ec..ff8057222d6c6d32040ac3386337bb5cdade9200 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/control.h"         // the base class
 #include "wx/datetime.h"
+#include "wx/dateevt.h"
 
 #define wxDatePickerCtrlNameStr _T("datectrl")