From: Francesco Montorsi Date: Sun, 16 Mar 2008 21:50:55 +0000 (+0000) Subject: pen.h depends from brush.h in compat mode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6cef0db28018fd2644ee4e38af715872e5242459 pen.h depends from brush.h in compat mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/pen.h b/include/wx/pen.h index a54adbec3f..ae92018255 100644 --- a/include/wx/pen.h +++ b/include/wx/pen.h @@ -14,6 +14,10 @@ #include "wx/defs.h" +#if WXWIN_COMPATIBILITY_2_8 +#include "wx/brush.h" // needed for some deprecated declarations +#endif + enum wxPenStyle { #if WXWIN_COMPATIBILITY_2_8