From: Vadim Zeitlin Date: Wed, 15 Aug 2007 11:46:57 +0000 (+0000) Subject: include wx/datetime.h, it's not always included from the other headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6d7aee4f472f58aaf1fa2e95bbc3f3aae372381b include wx/datetime.h, it's not always included from the other headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/gridctrl.h b/include/wx/generic/gridctrl.h index a5833090c4..2ee1c10488 100644 --- a/include/wx/generic/gridctrl.h +++ b/include/wx/generic/gridctrl.h @@ -21,6 +21,8 @@ #if wxUSE_DATETIME +#include "wx/datetime.h" + // the default renderer for the cells containing Time and dates.. class WXDLLIMPEXP_ADV wxGridCellDateTimeRenderer : public wxGridCellStringRenderer {