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
This commit is contained in:
Jürgen Vigna 2000-01-10 10:17:10 +00:00
parent d8bcd73543
commit 77b87ff5e7

View File

@ -11,10 +11,10 @@
#ifdef HAVE_SSTREAM
#include <sstream>
using std::ostringstream;
#else
#include <strstream>
#endif
using std::ostringstream;
#include "LString.h"
#include "lstrings.h"