diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index 1a94a422b5..1ebfb91699 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -797,6 +797,7 @@ wxValidator* PROPNAME::DoGetValidator () const \ #if wxUSE_EDITABLELISTBOX #include "wx/editlbox.h" +#include #define wxAEDIALOG_STYLE \ (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)