From bec8a7b65c385bf08bbfd7a23044fa357f74cc2f Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 1 Aug 2002 16:12:02 +0000 Subject: [PATCH] Compilation fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4829 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_ertinset.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mathed/math_ertinset.C b/src/mathed/math_ertinset.C index 2ee1347fc0..9112f9c342 100644 --- a/src/mathed/math_ertinset.C +++ b/src/mathed/math_ertinset.C @@ -1,7 +1,9 @@ +#include #include "math_ertinset.h" #include "math_mathmlstream.h" +#include "support/LOstream.h" MathInset * MathErtInset::clone() const {