X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4800a07000d9d830c67a662cf2cdc00980808f0d..715e4f7e3e26595209b5fe8a9ad3e60cce317e5f:/include/wx/rawbmp.h?ds=sidebyside 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_