From f1781e98b6da4b83716eeaf4b67475dd976234d1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 16 Jan 2005 15:47:02 +0000 Subject: [PATCH] compilation fix for !USE_PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dateevt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/dateevt.h b/include/wx/dateevt.h index a4403b57df..59e5b1df53 100644 --- a/include/wx/dateevt.h +++ b/include/wx/dateevt.h @@ -14,6 +14,7 @@ #include "wx/event.h" #include "wx/datetime.h" +#include "wx/window.h" // ---------------------------------------------------------------------------- // wxDateEvent: used by wxCalendarCtrl and wxDatePickerCtrl