]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
no message
[wxWidgets.git] / include / wx / utils.h
index 8a05c97a83e11c67c0cdcf7775bb0248caac0734..3d9a31ddb35a6d0e722b375c9548d7543871d0b2 100644 (file)
@@ -27,6 +27,9 @@
 #include <iostream.h>
 #else
 #include <iostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
 #ifdef __X__