Compilation fix for PCH-less build
Include the header required by newly implemented wxPGArrayEditorDialog::SetNewButtonText.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user