From e934052eb0998995bfaf12cb7bed96525e1437df Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 20 Feb 2006 09:14:45 +0000 Subject: [PATCH] Include dateevt.h from datectrl.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/datectrl.h | 1 + 1 file changed, 1 insertion(+) 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") -- 2.45.2