X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4800a07000d9d830c67a662cf2cdc00980808f0d..f453d7eadaf93af1d84981a1d1ead8e04be9522f:/include/wx/rawbmp.h diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index d636d586e5..0f25a78252 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -12,6 +12,10 @@ #ifndef _WX_RAWBMP_H_ #define _WX_RAWBMP_H_ +#include "wx/defs.h" + +#ifdef wxHAS_RAW_BITMAP + #include "wx/image.h" #include "wx/bitmap.h" @@ -749,4 +753,5 @@ struct wxPixelIterator : public wxPixelData::Iterator { }; +#endif // wxHAS_RAW_BITMAP #endif // _WX_RAWBMP_H_