]> git.lyx.org Git - features.git/commitdiff
Small change to be able to compile it with egcs under RH6.1
authorJürgen Vigna <jug@sad.it>
Mon, 10 Jan 2000 10:17:10 +0000 (10:17 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 10 Jan 2000 10:17:10 +0000 (10:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@410 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/lstrings.C

index 47ee77cdb1b32fc513f982c96bfc8b055ebae5ac..0b5a616db359f6fe40cb9cb2ca55de3a7857b029 100644 (file)
 
 #ifdef HAVE_SSTREAM
 #include <sstream>
+using std::ostringstream;
 #else
 #include <strstream>
 #endif
-using std::ostringstream;
 
 #include "LString.h"
 #include "lstrings.h"