using std::max;

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5470 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-10-22 13:59:49 +00:00
parent 3e38964ade
commit 6f0a60f86c

View File

@ -61,6 +61,7 @@ using std::endl;
using std::ostream;
using std::vector;
using std::abs;
using std::max;
MathCursor * mathcursor = 0;