diff --git a/include/wx/generic/dataview.h b/include/wx/generic/dataview.h index 51390f679b..c7802da9e7 100644 --- a/include/wx/generic/dataview.h +++ b/include/wx/generic/dataview.h @@ -14,6 +14,7 @@ #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" +#include "wx/scrolwin.h" // --------------------------------------------------------- // classes @@ -76,7 +77,7 @@ class wxDataViewCustomCell: public wxDataViewCell { public: wxDataViewCustomCell( const wxString &varianttype = wxT("string"), - wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT ) + wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT ); ~wxDataViewCustomCell(); bool Init();