X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16549a872342866e566ead18a2767384c5bde427..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/ioswrap.h?ds=sidebyside 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