From: Vadim Zeitlin Date: Sun, 16 Jan 2005 15:47:02 +0000 (+0000) Subject: compilation fix for !USE_PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f1781e98b6da4b83716eeaf4b67475dd976234d1 compilation fix for !USE_PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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