X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c70014d966bbfa08d201ca24c825f2d88cc3975..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/mstream.h 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: