From 16549a872342866e566ead18a2767384c5bde427 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 12 Apr 2005 21:06:03 +0000 Subject: [PATCH] std streams usage build fix under MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/iosfwrap.h | 4 ++++ include/wx/ioswrap.h | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.50.0