From c6ce76c2fbe88c7882935d6c1bf44a6247943b97 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Mon, 4 Jul 2016 20:37:06 +0200 Subject: [PATCH] Fix missing TexRow.h include after change 670efa8f646218f2a378f0cc614c4c37a9f6b89a --- src/mathed/MathStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index d1cfb94068..28eda3ff25 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -14,6 +14,7 @@ #include "InsetMath.h" #include "texstream.h" +#include "TexRow.h" #include "support/Changer.h" #include "support/strfwd.h" @@ -26,7 +27,6 @@ class Encoding; class InsetMath; class MathAtom; class MathData; -class RowEntry; // // LaTeX/LyX -- 2.39.2