[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 26 11:54:44 UTC 2019
vcl/source/font/fontselect.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b57052ec2bbe548ca495a32b4bfce1d1c71caf33
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Aug 26 10:33:11 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Aug 26 13:53:14 2019 +0200
Missing include (Windows --disable-pch)
Change-Id: I5a06677fc523e97080e1b6e4ea9318bae7312454
Reviewed-on: https://gerrit.libreoffice.org/78111
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/source/font/fontselect.cxx b/vcl/source/font/fontselect.cxx
index b9bf539d0f17..faafdb61b398 100644
--- a/vcl/source/font/fontselect.cxx
+++ b/vcl/source/font/fontselect.cxx
@@ -22,6 +22,7 @@
#include <tools/gen.hxx>
#include <vcl/font.hxx>
+#include <PhysicalFontFace.hxx>
#include <fontselect.hxx>
// These mustn't conflict with font name lists which use ; and ,
More information about the Libreoffice-commits
mailing list