X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb064193a743497b00be6ece2b70728fcdcba5ab..e09526489246ee620c62c1b5673d294fff89b736:/src/common/dbtable.cpp diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp index 661af5ebb6..fcdbf3e1b4 100644 --- a/src/common/dbtable.cpp +++ b/src/common/dbtable.cpp @@ -35,7 +35,11 @@ #endif #ifdef DBDEBUG_CONSOLE - #include "iostream.h" +#if wxUSE_IOSTREAMH + #include +#else + #include +#endif #include "wx/ioswrap.h" #endif