]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/datetime.h, it's not always included from the other headers
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2007 11:46:57 +0000 (11:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2007 11:46:57 +0000 (11:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/gridctrl.h

index a5833090c4fdc93a986bed9a44e112214be296f0..2ee1c1048855a07dc2abba9804e57276299c29c9 100644 (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
 {