X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d44aaf824396d1029bab018f4613e3952daa9ee..f53561f1f0860024afcc44cdf581e57080d457bf:/include/wx/objstrm.h?ds=sidebyside diff --git a/include/wx/objstrm.h b/include/wx/objstrm.h index 699492671c..f077528e12 100644 --- a/include/wx/objstrm.h +++ b/include/wx/objstrm.h @@ -16,6 +16,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_STREAMS && wxUSE_SERIAL + #include "wx/object.h" #include "wx/string.h" #include "wx/stream.h" @@ -81,3 +84,7 @@ class wxObjectInputStream : public wxFilterInputStream { }; #endif + // wxUSE_STREAMS && wxUSE_SERIAL + +#endif + // _WX_WXOBJSTRM_H__ \ No newline at end of file