]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/wxllist.cpp
added TAB handling
[wxWidgets.git] / samples / richedit / wxllist.cpp
index 316ee181298ff49632284b5b4e63a02ae995ccfe..3e696cde7ec8f3e41a68c1ee15709223c60ac56e 100644 (file)
 #endif
 
 #ifndef USE_PCH
-#   include <iostream.h>
+#if wxUSE_IOSTREAMH
+    #include <iostream.h>
+#else
+    #include <iostream>
+#endif
 
 #   include <wx/dc.h>
 #   include <wx/dcps.h>