X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/ioswrap.h diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index 8fb05a1579..7391683a74 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 __WINDOWS__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM