From 77b87ff5e757e1145548ef438458ab513b693d07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Vigna?= Date: Mon, 10 Jan 2000 10:17:10 +0000 Subject: [PATCH] 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 --- src/support/lstrings.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2