X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c70014d966bbfa08d201ca24c825f2d88cc3975..05c3f0fc73d9124061c08e3d707b4e3d6bab4ff4:/include/wx/mstream.h?ds=sidebyside diff --git a/include/wx/mstream.h b/include/wx/mstream.h index 2719d90474..a679e6bb8f 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -12,10 +12,12 @@ #ifndef _WX_WXMMSTREAM_H__ #define _WX_WXMMSTREAM_H__ -#include "wx/stream.h" +#include "wx/defs.h" #if wxUSE_STREAMS +#include "wx/stream.h" + class WXDLLIMPEXP_BASE wxMemoryInputStream : public wxInputStream { public: