From a3660106fe53ccc69c30403cdbc6b68f48bb06bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 25 Jun 2002 03:56:30 +0000 Subject: [PATCH] replace ostream by support/LOstream git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4473 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_decorationinset.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mathed/math_decorationinset.C b/src/mathed/math_decorationinset.C index 9282349eab..32693a5667 100644 --- a/src/mathed/math_decorationinset.C +++ b/src/mathed/math_decorationinset.C @@ -9,8 +9,7 @@ #include "math_parser.h" #include "math_mathmlstream.h" #include "math_streamstr.h" - -#include +#include "support/LOstream.h" MathDecorationInset::MathDecorationInset(string const & name)