X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..866a7cd7caa8470f456b4868374c9a692943dd3e:/include/wx/ioswrap.h diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index 518f6b7ee2..5805588ead 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -4,19 +4,26 @@ // Author: Vadim Zeitlin // Modified by: // Created: 03.02.99 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #if wxUSE_STD_IOSTREAM +#include "wx/beforestd.h" + #if wxUSE_IOSTREAMH # include #else # include #endif +#include "wx/afterstd.h" + +#ifdef __WINDOWS__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM