]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
Changes related to stream includes
[wxWidgets.git] / include / wx / memory.h
index 95d016c850c1ca4606e308df1b8fb97b5ea37b3d..8f5c81ae95b4657ac0118b83ee75e5174e055872 100644 (file)
 #include <stddef.h>
 
 #if wxUSE_IOSTREAMH
-#include <iostream.h>
+#  include <ostream.h>
 #else
-#include <iostream>
+#  include <ostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
 #include "wx/string.h"