X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..2eef85139b69a67ca067e5eba6b85336d21ad0dc:/include/wx/iosfwrap.h diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h index 4eff06070a..78ad8d53b7 100644 --- a/include/wx/iosfwrap.h +++ b/include/wx/iosfwrap.h @@ -1,11 +1,11 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/iosfwrap.h // Purpose: includes the correct stream-related forward declarations -// Author: Jan van Dijk +// Author: Jan van Dijk // Modified by: // Created: 18.12.2002 // RCS-ID: $Id$ -// Copyright: (c) 2002 Jan van Dijk +// Copyright: wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -18,5 +18,9 @@ # include #endif +#ifdef __WXMSW__ +# include "wx/msw/winundef.h" +#endif + #endif // wxUSE_STD_IOSTREAM