From: Julian Smart Date: Mon, 20 Feb 2006 09:14:45 +0000 (+0000) Subject: Include dateevt.h from datectrl.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e934052eb0998995bfaf12cb7bed96525e1437df?ds=sidebyside Include dateevt.h from datectrl.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/datectrl.h b/include/wx/datectrl.h index 81f6c0d62e..ff8057222d 100644 --- a/include/wx/datectrl.h +++ b/include/wx/datectrl.h @@ -18,6 +18,7 @@ #include "wx/control.h" // the base class #include "wx/datetime.h" +#include "wx/dateevt.h" #define wxDatePickerCtrlNameStr _T("datectrl")