From 898d0f05dde1eec9ad3a2cef7b24ed4476a49862 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 23 Apr 2007 13:12:23 +0000 Subject: [PATCH] fix std::endl declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17917 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMath.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2