X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..e143fb636d50d5802dcc8c7c2e9e8e2944afa467:/include/wx/ioswrap.h diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index 8fb05a1579..72dee5bbaa 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -11,12 +11,20 @@ #if wxUSE_STD_IOSTREAM +#include "wx/beforestd.h" + #if wxUSE_IOSTREAMH # include #else # include #endif +#include "wx/afterstd.h" + +#ifdef __WXMSW__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM