]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/variant.h
minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled()
[wxWidgets.git] / include / wx / variant.h
index e165f87168100586c68d2b1f365d2d8b96d4b403..b2e1673301a2c16428902367619eac93d5e88a2f 100644 (file)
 #include "wx/string.h"
 #include "wx/list.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
 /*