]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dbtable.cpp
hide tree root on wxMSW in wxHtmlHelpController
[wxWidgets.git] / src / common / dbtable.cpp
index 661af5ebb6286cb44d2213a2b2b5ef800ef8c565..fcdbf3e1b42aa0d2a7b8a3640d4f6a00711c8fbb 100644 (file)
 #endif
 
 #ifdef DBDEBUG_CONSOLE
-    #include "iostream.h"
+#if wxUSE_IOSTREAMH
+    #include <iostream.h>
+#else
+    #include <iostream>
+#endif
     #include "wx/ioswrap.h"
 #endif