X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51acf83bd6029aeb8fbd8af9c316c03565c715d2..5c14ec264057d86fe60b2bacc09965492652cc0f:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index 5a895ab5a8..51f8b86ef3 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -16,6 +16,7 @@ #if wxUSE_ZLIB && wxUSE_STREAMS #include "wx/stream.h" +#include "wx/versioninfo.h" // Compression level enum wxZlibCompressionLevels { @@ -138,6 +139,8 @@ private: DECLARE_DYNAMIC_CLASS(wxGzipClassFactory) }; +WXDLLIMPEXP_BASE wxVersionInfo wxGetZlibVersionInfo(); + #endif // wxUSE_ZLIB && wxUSE_STREAMS