X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e50d1add66530dda0e9e42906e25cbe6f8f3449..f2c88494b6978bee502f4c856ba9dc7e3b7c3954:/src/common/mstream.cpp diff --git a/src/common/mstream.cpp b/src/common/mstream.cpp index ab50d84386..f778677728 100644 --- a/src/common/mstream.cpp +++ b/src/common/mstream.cpp @@ -21,15 +21,19 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop + #pragma hdrstop #endif #if wxUSE_STREAMS -#include -#include "wx/stream.h" #include "wx/mstream.h" +#ifndef WX_PRECOMP + #include "wx/stream.h" +#endif //WX_PRECOMP + +#include + // ============================================================================ // implementation // ============================================================================