From 6d7aee4f472f58aaf1fa2e95bbc3f3aae372381b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Aug 2007 11:46:57 +0000 Subject: [PATCH] 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 --- include/wx/generic/gridctrl.h | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.45.2