]> git.saurik.com Git - wxWidgets.git/commitdiff
std streams usage build fix under MSW
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Apr 2005 21:06:03 +0000 (21:06 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Apr 2005 21:06:03 +0000 (21:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/iosfwrap.h
include/wx/ioswrap.h

index 4d3efed2210f6fc7dddabb1298213c39fd1ae273..78ad8d53b71b658b9dfb2021580fa888f6d215b8 100644 (file)
@@ -18,5 +18,9 @@
 #   include <iosfwd>
 #endif
 
+#ifdef __WXMSW__
+#   include "wx/msw/winundef.h"
+#endif
+
 #endif // wxUSE_STD_IOSTREAM
 
index 8fb05a157941960b634074f2b6aff1a245426879..6fe41e556bfd20e70a3fe736a9572578349d944b 100644 (file)
 #   include <iostream>
 #endif
 
+#ifdef __WXMSW__
+#   include "wx/msw/winundef.h"
+#endif
+
 #endif
   // wxUSE_STD_IOSTREAM