From: Vadim Zeitlin Date: Fri, 30 May 2008 20:04:09 +0000 (+0000) Subject: 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 --- 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