From 560ff6d40d9e2aaefc46af9d68e26663891986a5 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 14 Oct 2020 14:58:18 +0200 Subject: [PATCH] Move MetricsInfo.h from InsetMathSize.h --- src/mathed/InsetMathSize.cpp | 1 + src/mathed/InsetMathSize.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mathed/InsetMathSize.cpp b/src/mathed/InsetMathSize.cpp index dff61da87b..baacafffa4 100644 --- a/src/mathed/InsetMathSize.cpp +++ b/src/mathed/InsetMathSize.cpp @@ -16,6 +16,7 @@ #include "MathData.h" #include "MathParser.h" #include "MathStream.h" +#include "MetricsInfo.h" #include "output_xhtml.h" #include "support/convert.h" diff --git a/src/mathed/InsetMathSize.h b/src/mathed/InsetMathSize.h index 6d0f52f80a..37fa003eb5 100644 --- a/src/mathed/InsetMathSize.h +++ b/src/mathed/InsetMathSize.h @@ -13,13 +13,13 @@ #define MATHSIZEINSET_H #include "InsetMathNest.h" -#include "MetricsInfo.h" namespace lyx { class latexkeys; +class MetricsInfo; /// An inset for \scriptsize etc. class InsetMathSize : public InsetMathNest { -- 2.39.5