[Libreoffice-commits] core.git: vcl/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 18 13:39:50 UTC 2021
vcl/source/font/font.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 787158d528838bdb25d86139ab02ecdd4e341bdb
Author: Noel Grandin <noel at peralex.com>
AuthorDate: Thu Feb 18 10:17:18 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Feb 18 14:39:01 2021 +0100
disable-pch fix
Change-Id: I1200bf7818be7f8142d0a5282d6cf2ef5993d3fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111098
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx
index 0edcb913aaf7..ed12ff7e0d6c 100644
--- a/vcl/source/font/font.cxx
+++ b/vcl/source/font/font.cxx
@@ -24,6 +24,8 @@
#include <unotools/fontdefs.hxx>
#include <vcl/font.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/outdev.hxx>
#include <impfont.hxx>
#include <fontattributes.hxx>
More information about the Libreoffice-commits
mailing list