use Lsstream.h not sstream

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4635 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-07-14 17:25:25 +00:00
parent 3dbfc1df9f
commit 2fd0569093
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-14 John Levon <moz@compsoc.man.ac.uk>
* mathformula.C: use Lsstream.h not sstream
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
* math_support.C:

View File

@ -37,7 +37,7 @@
#include "lyxtext.h"
#include "lyxfont.h"
#include <sstream>
#include "Lsstream.h"
using std::ostream;