From: André Pönitz Date: Tue, 28 May 2002 08:48:42 +0000 (+0000) Subject: add using std::abs; X-Git-Tag: 1.6.10~19197 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=66fb6d57dad7863c30f5eca1b919d17d4c402fa8;p=lyx.git add using std::abs; git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4235 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index abbdd0831c..5cb18758c3 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -55,6 +55,7 @@ using std::endl; using std::ostream; using std::vector; +using std::abs; MathCursor * mathcursor = 0;