]> git.lyx.org Git - features.git/commitdiff
using std::max;
authorAndré Pönitz <poenitz@gmx.net>
Tue, 22 Oct 2002 13:59:49 +0000 (13:59 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 22 Oct 2002 13:59:49 +0000 (13:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5470 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index 74f74c28649ee9a0d34250b0ebdd13d660f88ae5..5d6cc0bc1944138c1a0de40c13b23d10cd1c2423 100644 (file)
@@ -61,6 +61,7 @@ using std::endl;
 using std::ostream;
 using std::vector;
 using std::abs;
+using std::max;
 
 MathCursor * mathcursor = 0;