X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6162a3eaf655876b1db72228b9788e46fa6b817..033508e1b112feb0b89d0adee0c47268ce12e7e0:/include/wx/propgrid/propgriddefs.h diff --git a/include/wx/propgrid/propgriddefs.h b/include/wx/propgrid/propgriddefs.h index 0cafff6934..13cad628b6 100644 --- a/include/wx/propgrid/propgriddefs.h +++ b/include/wx/propgrid/propgriddefs.h @@ -15,6 +15,7 @@ #if wxUSE_PROPGRID #include "wx/dynarray.h" +#include "wx/vector.h" #include "wx/hashmap.h" #include "wx/variant.h" #include "wx/longlong.h" @@ -269,7 +270,7 @@ class wxPropertyGridManager; class wxPGOwnerDrawnComboBox; class wxPGCustomComboControl; class wxPGEditorDialogAdapter; -struct wxPGValidationInfo; +class wxPGValidationInfo; // -----------------------------------------------------------------------