From: André Pönitz Date: Tue, 25 Jun 2002 03:56:30 +0000 (+0000) Subject: replace ostream by support/LOstream X-Git-Tag: 1.6.10~19019 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a3660106fe53ccc69c30403cdbc6b68f48bb06bf;p=lyx.git replace ostream by support/LOstream git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4473 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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)