mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
786216c089
commit
51cd5a7a70
@ -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
|
||||
|
@ -50,6 +50,7 @@ using std::endl;
|
||||
using std::find_if;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::distance;
|
||||
|
||||
|
||||
namespace {
|
||||
|
@ -35,6 +35,7 @@ using lyx::support::subst;
|
||||
using lyx::support::Systemcall;
|
||||
|
||||
using std::string;
|
||||
using std::distance;
|
||||
|
||||
extern LyXServerSocket * lyxsocket;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user