mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +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
|
#ifdef HAVE_SSTREAM
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
using std::ostringstream;
|
||||||
#else
|
#else
|
||||||
#include <strstream>
|
#include <strstream>
|
||||||
#endif
|
#endif
|
||||||
using std::ostringstream;
|
|
||||||
|
|
||||||
#include "LString.h"
|
#include "LString.h"
|
||||||
#include "lstrings.h"
|
#include "lstrings.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user