From: Abdelrazak Younes Date: Mon, 23 Apr 2007 13:12:23 +0000 (+0000) Subject: fix std::endl declaration. X-Git-Tag: 1.6.10~10157 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=898d0f05dde1eec9ad3a2cef7b24ed4476a49862;p=features.git fix std::endl declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17917 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMath.C b/src/mathed/InsetMath.C index b1b46f2d47..0bd44048c1 100644 --- a/src/mathed/InsetMath.C +++ b/src/mathed/InsetMath.C @@ -22,10 +22,10 @@ #include +using std::endl; namespace lyx { -using std::endl; MathArray & InsetMath::cell(idx_type)