From: Jürgen Vigna Date: Mon, 10 Jan 2000 10:17:10 +0000 (+0000) Subject: Small change to be able to compile it with egcs under RH6.1 X-Git-Tag: 1.6.10~22438 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=77b87ff5e757e1145548ef438458ab513b693d07;p=features.git Small change to be able to compile it with egcs under RH6.1 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@410 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/lstrings.C b/src/support/lstrings.C index 47ee77cdb1..0b5a616db3 100644 --- a/src/support/lstrings.C +++ b/src/support/lstrings.C @@ -11,10 +11,10 @@ #ifdef HAVE_SSTREAM #include +using std::ostringstream; #else #include #endif -using std::ostringstream; #include "LString.h" #include "lstrings.h"