X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..b0a6c154dec4a98e0a232196fd2b9ad1b02b6199:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index 9a4f11c6ad..fa65ee7f4e 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -17,9 +17,9 @@ #include "wx/defs.h" -#if wxUSE_ZLIB +#if wxUSE_ZLIB && wxUSE_STREAMS -#include +#include "wx/stream.h" class WXDLLEXPORT wxZlibInputStream: public wxFilterInputStream { public: @@ -52,5 +52,8 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream { }; #endif + // wxUSE_ZLIB && wxUSE_STREAMS #endif + // _WX_WXZSTREAM_H__ +