X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/870cf35c4596571462c5e2d1395428b135196b98..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/gifdecod.h diff --git a/include/wx/gifdecod.h b/include/wx/gifdecod.h index 0a1961d2f0..fcdf76d5fc 100644 --- a/include/wx/gifdecod.h +++ b/include/wx/gifdecod.h @@ -18,6 +18,7 @@ #include "wx/stream.h" #include "wx/image.h" #include "wx/animdecod.h" +#include "wx/dynarray.h" // internal utility used to store a frame in 8bit-per-pixel format class GIFImage; @@ -104,6 +105,6 @@ private: DECLARE_NO_COPY_CLASS(wxGIFDecoder) }; -#endif // wxUSE_STREAM && wxUSE_GIF +#endif // wxUSE_STREAMS && wxUSE_GIF #endif // _WX_GIFDECOD_H_