X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..794bcc2dea743ac907b839f54e451847c9ea4b72:/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__ +