From 1e69a898c2445714ad0f9276ff08e203a8213700 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 23 Dec 2018 22:21:38 +0100 Subject: [PATCH] Use quotes and not angle brackets around the includes of wxWidgets itself --- include/wx/propgrid/props.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index 1ebfb91699..9649178710 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -796,8 +796,8 @@ wxValidator* PROPNAME::DoGetValidator () const \ #if wxUSE_EDITABLELISTBOX +#include "wx/bmpbuttn.h" #include "wx/editlbox.h" -#include #define wxAEDIALOG_STYLE \ (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)