Fix missing TexRow.h include after change 670efa8f64

This commit is contained in:
Stephan Witt 2016-07-04 20:37:06 +02:00
parent 6c4f30b193
commit c6ce76c2fb

View File

@ -14,6 +14,7 @@
#include "InsetMath.h" #include "InsetMath.h"
#include "texstream.h" #include "texstream.h"
#include "TexRow.h"
#include "support/Changer.h" #include "support/Changer.h"
#include "support/strfwd.h" #include "support/strfwd.h"
@ -26,7 +27,6 @@ class Encoding;
class InsetMath; class InsetMath;
class MathAtom; class MathAtom;
class MathData; class MathData;
class RowEntry;
// //
// LaTeX/LyX // LaTeX/LyX