From: Włodzimierz Skiba Date: Tue, 12 Apr 2005 21:06:03 +0000 (+0000) Subject: std streams usage build fix under MSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16549a872342866e566ead18a2767384c5bde427?ds=inline std streams usage build fix under MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h index 4d3efed221..78ad8d53b7 100644 --- a/include/wx/iosfwrap.h +++ b/include/wx/iosfwrap.h @@ -18,5 +18,9 @@ # include #endif +#ifdef __WXMSW__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index 8fb05a1579..6fe41e556b 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -17,6 +17,10 @@ # include #endif +#ifdef __WXMSW__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM