#endif
#include "wx/defs.h"
+
+#if wxUSE_GRID
+
#include "wx/panel.h"
#include "wx/string.h"
#include "wx/scrolbar.h"
#define EVT_GRID_LABEL_LCLICK(fn) DECLARE_EVENT_TABLE_ENTRY(wxEVT_GRID_LABEL_LCLICK, -1, -1, (wxObjectEventFunction) (wxEventFunction) (wxGridEventFunction) &fn, NULL),
#define EVT_GRID_LABEL_RCLICK(fn) DECLARE_EVENT_TABLE_ENTRY(wxEVT_GRID_LABEL_RCLICK, -1, -1, (wxObjectEventFunction) (wxEventFunction) (wxGridEventFunction) &fn, NULL),
+#endif // wxUSE_GRID
+
#endif // __GRIDH_G__