X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16549a872342866e566ead18a2767384c5bde427..b5ec7dd6eebda65b5f430cebf2f92eaddc4f7c9e:/include/wx/ioswrap.h diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index 6fe41e556b..72dee5bbaa 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -11,12 +11,16 @@ #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