projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move ScrollWindow() implementation to the base class and call private DoScrollHorz...
[wxWidgets.git]
/
include
/
wx
/
ioswrap.h
diff --git
a/include/wx/ioswrap.h
b/include/wx/ioswrap.h
index 8fb05a157941960b634074f2b6aff1a245426879..72dee5bbaaca7107389c101f691049dd83466bed 100644
(file)
--- a/
include/wx/ioswrap.h
+++ b/
include/wx/ioswrap.h
@@
-11,12
+11,20
@@
#if wxUSE_STD_IOSTREAM
#if wxUSE_STD_IOSTREAM
+#include "wx/beforestd.h"
+
#if wxUSE_IOSTREAMH
# include <iostream.h>
#else
# include <iostream>
#endif
#if wxUSE_IOSTREAMH
# include <iostream.h>
#else
# include <iostream>
#endif
+#include "wx/afterstd.h"
+
+#ifdef __WXMSW__
+# include "wx/msw/winundef.h"
+#endif
+
#endif
// wxUSE_STD_IOSTREAM
#endif
// wxUSE_STD_IOSTREAM