This header resulted in compilation errors if it was included as the first
propgrid header. Fix this by adding the required forward declarations.
Closes #13989.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70610
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_PROPGRID
+class WXDLLIMPEXP_FWD_PROPGRID wxPGCell;
+class WXDLLIMPEXP_FWD_PROPGRID wxPGProperty;
+class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGrid;
+
// -----------------------------------------------------------------------
// wxPGWindowList contains list of editor windows returned by CreateControls.