]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxexpr.h
Commented out _CrtSetDbgFlag yet again, restored setup.h settings.
[wxWidgets.git] / include / wx / wxexpr.h
index 480ecbc2a4ad2660c09c2e984270f48bb966460b..a07e6f31710acc683195133653cf8af28e078fb5 100644 (file)
 #include "wx/defs.h"
 #include "wx/string.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
 #include "wx/list.h"