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