[Libreoffice-commits] core.git: vcl/source
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 4 04:12:30 UTC 2021
vcl/source/font/font.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 78886bc1a66fa867893cecf00919f644faa2088d
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Feb 3 20:46:40 2021 +0300
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Thu Feb 4 05:11:45 2021 +0100
Missing includes
... after commit 40b56cd8da8c38582dc4660b486993d1b4711535
Change-Id: I083cdfde6feda267e45060e6ff0593ead4ede9aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110384
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx
index 891f1be5f8d7..a47a811dbb64 100644
--- a/vcl/source/font/font.cxx
+++ b/vcl/source/font/font.cxx
@@ -37,6 +37,8 @@
#ifdef _WIN32
#include <vcl/metric.hxx>
+#include <vcl/outdev.hxx>
+#include <vcl/svapp.hxx>
#endif
using namespace vcl;
More information about the Libreoffice-commits
mailing list