X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4259a48e0b5799e015061f8e649ab54ad2d9dc7f..8ffd43c56b793781fde046aa532340b92a0067eb:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index cab4f71e07..9a4f11c6ad 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -15,6 +15,10 @@ #pragma interface #endif +#include "wx/defs.h" + +#if wxUSE_ZLIB + #include class WXDLLEXPORT wxZlibInputStream: public wxFilterInputStream { @@ -48,3 +52,5 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream { }; #endif + +#endif