X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..5deedd6e79a29e5dcdcf6d94bda94b8d1c61c676:/include/wx/iosfwrap.h diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h index 3e9e99a115..78ad8d53b7 100644 --- a/include/wx/iosfwrap.h +++ b/include/wx/iosfwrap.h @@ -6,7 +6,7 @@ // Created: 18.12.2002 // RCS-ID: $Id$ // Copyright: wxWidgets team -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #if wxUSE_STD_IOSTREAM @@ -18,5 +18,9 @@ # include #endif +#ifdef __WXMSW__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM