From 6cef0db28018fd2644ee4e38af715872e5242459 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 16 Mar 2008 21:50:55 +0000 Subject: [PATCH] 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 --- include/wx/pen.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.0