X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/375abe3dac3d7816738ccd1ab495d9a0441550d4..d4c241b9e6b05a6a2ca5b701d25792994a52c023:/include/wx/sckstrm.h diff --git a/include/wx/sckstrm.h b/include/wx/sckstrm.h index 57484b17fc..e22c65baf4 100644 --- a/include/wx/sckstrm.h +++ b/include/wx/sckstrm.h @@ -16,6 +16,9 @@ #endif #include "wx/stream.h" + +#if wxUSE_SOCKETS && wxUSE_STREAMS + #include "wx/socket.h" class WXDLLEXPORT wxSocketOutputStream : public wxOutputStream @@ -63,3 +66,7 @@ class WXDLLEXPORT wxSocketStream : public wxSocketInputStream, }; #endif + // wxUSE_SOCKETS && wxUSE_STREAMS + +#endif + // __SCK_STREAM_H__ \ No newline at end of file