Needed for 2.95 / stlport compilation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8405 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2004-02-06 08:23:39 +00:00
parent 786216c089
commit 51cd5a7a70
3 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,9 @@
2004-02-06 Martin Vermeer <martin.vermeer@hut.fi>
* converter.C:
* format.C: add using std::distance to compile on gcc 2.95/stlport
2004-02-04 Martin Vermeer <martin.vermeer@hut.fi>
* cursor.[Ch]: workaround gcc 2.95 pointer comparison bug

View File

@ -50,6 +50,7 @@ using std::endl;
using std::find_if;
using std::string;
using std::vector;
using std::distance;
namespace {

View File

@ -35,6 +35,7 @@ using lyx::support::subst;
using lyx::support::Systemcall;
using std::string;
using std::distance;
extern LyXServerSocket * lyxsocket;