Compilation fix for PCH-less build

Include the header required by newly implemented
wxPGArrayEditorDialog::SetNewButtonText.
This commit is contained in:
Artur Wieczorek
2018-12-23 11:28:40 +01:00
parent b252d1660d
commit 7e297ee667

View File

@@ -797,6 +797,7 @@ wxValidator* PROPNAME::DoGetValidator () const \
#if wxUSE_EDITABLELISTBOX #if wxUSE_EDITABLELISTBOX
#include "wx/editlbox.h" #include "wx/editlbox.h"
#include <wx/bmpbuttn.h>
#define wxAEDIALOG_STYLE \ #define wxAEDIALOG_STYLE \
(wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE) (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)