> Am 04.07.2016 um 23:55 schrieb Guillaume Munch <g...@lyx.org>: > > Le 04/07/2016 20:37, Stephan Witt a écrit : >> commit c6ce76c2fbe88c7882935d6c1bf44a6247943b97 >> Author: Stephan Witt <sw...@lyx.org> >> Date: Mon Jul 4 20:37:06 2016 +0200 >> >> Fix missing TexRow.h include after change >> 670efa8f646218f2a378f0cc614c4c37a9f6b89a >> --- >> src/mathed/MathStream.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h >> index d1cfb94..28eda3f 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 >> > > > But the point was to remove this include. > > What errors do you get with the attached? > > > Guillaume > <diff.diff>
That works too. This was the list of recompiled files (depending on MathStream.h): CXX Cursor.o CXX lyxfind.o AR liblyxcore.a CXX mathed/CommandInset.o CXX mathed/InsetMathAMSArray.o CXX mathed/InsetMathArray.o CXX mathed/InsetMathBig.o CXX mathed/InsetMathBoldSymbol.o CXX mathed/InsetMathBox.o CXX mathed/InsetMathBrace.o CXX mathed/InsetMath.o CXX mathed/InsetMathCases.o CXX mathed/InsetMathChar.o CXX mathed/InsetMathColor.o CXX mathed/InsetMathComment.o CXX mathed/InsetMathDecoration.o CXX mathed/InsetMathDelim.o CXX mathed/InsetMathDiff.o CXX mathed/InsetMathDots.o CXX mathed/InsetMathEnsureMath.o CXX mathed/InsetMathEnv.o CXX mathed/InsetMathExFunc.o CXX mathed/InsetMathExInt.o CXX mathed/InsetMathFont.o CXX mathed/InsetMathFontOld.o CXX mathed/InsetMathFrac.o CXX mathed/InsetMathGrid.o CXX mathed/InsetMathHull.o CXX mathed/InsetMathKern.o CXX mathed/InsetMathLim.o CXX mathed/InsetMathCancel.o CXX mathed/InsetMathCancelto.o CXX mathed/InsetMathMatrix.o CXX mathed/InsetMathNest.o CXX mathed/InsetMathNumber.o CXX mathed/InsetMathOverset.o CXX mathed/InsetMathPar.o CXX mathed/InsetMathPhantom.o CXX mathed/InsetMathRoot.o CXX mathed/InsetMathScript.o CXX mathed/InsetMathSideset.o CXX mathed/InsetMathSize.o CXX mathed/InsetMathSpace.o CXX mathed/InsetMathSpecialChar.o CXX mathed/InsetMathSplit.o CXX mathed/InsetMathSqrt.o CXX mathed/InsetMathStackrel.o CXX mathed/InsetMathString.o CXX mathed/InsetMathSubstack.o CXX mathed/InsetMathSymbol.o CXX mathed/InsetMathTabular.o CXX mathed/InsetMathUnderset.o CXX mathed/InsetMathUnknown.o CXX mathed/InsetMathXArrow.o CXX mathed/InsetMathXYMatrix.o CXX mathed/InsetMathDiagram.o CXX mathed/MathData.o CXX mathed/MathExtern.o CXX mathed/MathFactory.o CXX mathed/MathMacro.o CXX mathed/MathMacroArgument.o CXX mathed/MacroTable.o CXX mathed/MathMacroTemplate.o CXX mathed/MathStream.o CXX mathed/MathSupport.o AR liblyxmathed.a CXXLD lyx Stephan