From: André Pönitz Date: Wed, 10 Jul 2002 09:09:48 +0000 (+0000) Subject: small compile fix X-Git-Tag: 1.6.10~18922 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=89a24844c322c9826d6d2c5fdc579610480f1342;p=features.git small compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4581 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_boxinset.C b/src/mathed/math_boxinset.C index 19ccbad82b..3c675a6028 100644 --- a/src/mathed/math_boxinset.C +++ b/src/mathed/math_boxinset.C @@ -8,6 +8,7 @@ #include "math_support.h" #include "math_mathmlstream.h" #include "math_streamstr.h" +#include "support/LOstream.h" MathBoxInset::MathBoxInset(string const & name)