X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb064193a743497b00be6ece2b70728fcdcba5ab..9b69526274b023fa1460b29a92bea8bf82e4703f:/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