From 89a24844c322c9826d6d2c5fdc579610480f1342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 10 Jul 2002 09:09:48 +0000 Subject: [PATCH] small compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4581 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_boxinset.C | 1 + 1 file changed, 1 insertion(+) 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)