]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ioswrap.h
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
[wxWidgets.git] / include / wx / ioswrap.h
index 6fe41e556bfd20e70a3fe736a9572578349d944b..72dee5bbaaca7107389c101f691049dd83466bed 100644 (file)
 
 #if wxUSE_STD_IOSTREAM
 
+#include "wx/beforestd.h"
+
 #if wxUSE_IOSTREAMH
 #   include <iostream.h>
 #else
 #   include <iostream>
 #endif
 
+#include "wx/afterstd.h"
+
 #ifdef __WXMSW__
 #   include "wx/msw/winundef.h"
 #endif