Fix wxPropertyGrid headers so they can be compiled independently

See #18465
This commit is contained in:
Paul Cornett
2019-08-15 17:27:07 -07:00
parent 6549d4c3c5
commit b200c661ed
11 changed files with 51 additions and 27 deletions

View File

@@ -11,8 +11,12 @@
#ifndef _WX_PROPGRID_EDITORS_H_
#define _WX_PROPGRID_EDITORS_H_
#include "wx/defs.h"
#if wxUSE_PROPGRID
#include "wx/window.h"
class WXDLLIMPEXP_FWD_PROPGRID wxPGCell;
class WXDLLIMPEXP_FWD_PROPGRID wxPGProperty;
class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGrid;