]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
make popup on mac behave as on msw
[wxWidgets.git] / include / wx / gifdecod.h
index 0a1961d2f0e306d21be4683d5901c987adf5fc2e..fcdf76d5fcdbea17179adaf59b317161c3538f0e 100644 (file)
@@ -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_