add using std::abs;

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4235 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-05-28 08:48:42 +00:00
parent 67261e12e8
commit 66fb6d57da

View File

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