X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.C;h=f0bace4332b21e384b4c6cc0e93266e72358b72d;hb=de3c8e5b80effa940c92980032389c868f377d6b;hp=6065bec95f5caeb1199123bc94c7cff04bdb1ee7;hpb=8d098dcb5633aa660c056cd9f08d7f8f868160e8;p=lyx.git diff --git a/src/debug.C b/src/debug.C index 6065bec95f..f0bace4332 100644 --- a/src/debug.C +++ b/src/debug.C @@ -25,7 +25,7 @@ using lyx::support::isStrInt; using lyx::support::strToInt; using std::setw; - +using std::string; using std::ostream; namespace { @@ -123,4 +123,4 @@ void lyx_debug_trait::showTags(ostream & os) os.flush(); } -LyXErr lyxerr(std::cerr.rdbuf()); +LyXErr lyxerr;