X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15588590901d21c6ad14fd27da9da5a8118ef848..278d7ab4469db37ed930b66ebb2fd962133fe49d:/include/wx/iosfwrap.h?ds=inline

diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h
index 3464b87af6..78ad8d53b7 100644
--- a/include/wx/iosfwrap.h
+++ b/include/wx/iosfwrap.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/iosfwrap.h
 // Purpose:     includes the correct stream-related forward declarations
-// Author:      Jan van Dijk
+// Author:      Jan van Dijk <jan@etpmod.phys.tue.nl>
 // Modified by:
 // Created:     18.12.2002
 // RCS-ID:      $Id$
-// Copyright:   (c) 2002 Jan van Dijk <jan@etpmod.phys.tue.nl>
-// Licence:     wxWindows license
+// Copyright:   wxWidgets team
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #if wxUSE_STD_IOSTREAM
@@ -18,5 +18,9 @@
 #   include <iosfwd>
 #endif
 
+#ifdef __WXMSW__
+#   include "wx/msw/winundef.h"
+#endif
+
 #endif // wxUSE_STD_IOSTREAM