From 09b67c660cadef225cbf8f1986cfe591f8feae8c Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 23 Mar 2008 19:12:15 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/brush.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/os2/brush.h b/include/wx/os2/brush.h index 0f57600836..14169df062 100644 --- a/include/wx/os2/brush.h +++ b/include/wx/os2/brush.h @@ -12,8 +12,7 @@ #ifndef _WX_BRUSH_H_ #define _WX_BRUSH_H_ -class WXDLLIMPEXP_FWD_CORE wxColour; -class WXDLLIMPEXP_FWD_CORE wxBitmap; +#include "wx/bitmap.h" // Brush class WXDLLEXPORT wxBrush: public wxBrushBase -- 2.50.0