mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
d8bcd73543
commit
77b87ff5e7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user