From 2bdba43f026251eafe1cfe3ad35ee4ca08f9253b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 30 May 2008 20:04:09 +0000 Subject: [PATCH] at least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData (thanks buildbot) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/rawbmp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index df5db7d23e..6a15042c23 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -13,6 +13,7 @@ #define _WX_RAWBMP_H_ #include "wx/image.h" +#include "wx/bitmap.h" // ---------------------------------------------------------------------------- // Abstract Pixel API -- 2.49.0