X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4259a48e0b5799e015061f8e649ab54ad2d9dc7f..98216d409fb8f0b95f5bf01e59ae36c2b0a90210:/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