]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
1. wxGrid fixes contributed by Gerhard Gruber (client data for cells...)
[wxWidgets.git] / include / wx / string.h
index 471681315b5b1f65d1225ed719e332d372f3bf7e..661c893f5759a526a5e493c5e4ffe3b239b0fab3 100644 (file)
@@ -1076,7 +1076,7 @@ inline wxString WXDLLEXPORT operator+(const wxCharBuffer& buf, const wxString& s
 // Implementation only from here until the end of file
 // ---------------------------------------------------------------------------
 
-#ifdef wxSTD_STRING_COMPATIBILITY
+#if defined(wxSTD_STRING_COMPATIBILITY) && wxUSE_STD_IOSTREAM
 
 #include "wx/ioswrap.h"