]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
compilation fix
[wxWidgets.git] / src / common / string.cpp
index 60b824b643acf0a52ffd497ae9adf977807b0d11..783035d9609b577c2e813fd067d0c2effa72eeed 100644 (file)
@@ -138,7 +138,7 @@ extern const wxChar WXDLLEXPORT *g_szNul = &g_strEmpty.dummy;
 // global functions
 // ----------------------------------------------------------------------------
 
-#ifdef  wxSTD_STRING_COMPATIBILITY
+#if defined(wxSTD_STRING_COMPATIBILITY) && wxUSE_STD_IOSTREAM
 
 // MS Visual C++ version 5.0 provides the new STL headers as well as the old
 // iostream ones.