]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
fix for private access for wxTimerProc
[wxWidgets.git] / src / common / string.cpp
index 8b44df09b8f8fbebe4f851f4508dacccdd4c00d8..3cb10f3186b4bbdb43bc1e6df2db84fa6d54028c 100644 (file)
@@ -96,6 +96,18 @@ extern const char *g_szNul = &g_strEmpty.dummy;
   #define   NAMESPACE
 #endif  //Visual C++
 
+#if wxUSE_IOSTREAMH
+#include <iostream.h>
+#define   NAMESPACE
+#else
+#include <iostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
+#define   NAMESPACE   std::
+#endif
+
+
 NAMESPACE istream& operator>>(NAMESPACE istream& is, wxString& WXUNUSED(str))
 {
 #if 0