From bd33601512dae8ba04fb686ae3fe7cbd73ead738 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 14 Oct 2020 14:37:38 +0200 Subject: [PATCH] Move from GuiViewSource.h --- src/frontends/qt/GuiViewSource.cpp | 1 + src/frontends/qt/GuiViewSource.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiViewSource.cpp b/src/frontends/qt/GuiViewSource.cpp index b6a6cfc93a..58560f519e 100644 --- a/src/frontends/qt/GuiViewSource.cpp +++ b/src/frontends/qt/GuiViewSource.cpp @@ -41,6 +41,7 @@ #include #include #include +#include #include using namespace std; diff --git a/src/frontends/qt/GuiViewSource.h b/src/frontends/qt/GuiViewSource.h index 785c249006..1ea1303756 100644 --- a/src/frontends/qt/GuiViewSource.h +++ b/src/frontends/qt/GuiViewSource.h @@ -21,7 +21,6 @@ #include #include -#include class QTextDocument;