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
This commit is contained in:
Vadim Zeitlin
2007-08-15 11:46:57 +00:00
parent f8efd2dfff
commit 6d7aee4f47

View File

@@ -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
{