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:
Martin Vermeer 2004-03-26 08:27:14 +00:00
parent 53ec3603e7
commit c158a7987b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -27,6 +27,8 @@
#include <algorithm>
using std::advance;
using lyx::par_type;