mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add using std::advance to compile for stlport
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8531 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
53ec3603e7
commit
c158a7987b
@ -1,3 +1,7 @@
|
||||
2004-03-26 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* undo.C: add using std::advance to compile for stlport
|
||||
|
||||
2004-03-24 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
|
||||
|
@ -27,6 +27,8 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using std::advance;
|
||||
|
||||
using lyx::par_type;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user