From: Stefan Neis Date: Sun, 23 Mar 2008 19:12:15 +0000 (+0000) Subject: Compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09b67c660cadef225cbf8f1986cfe591f8feae8c Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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