vcl/source/font/font.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 78886bc1a66fa867893cecf00919f644faa2088d
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Wed Feb 3 20:46:40 2021 +0300
Commit:     Mike Kaganski <mike.kagan...@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.kagan...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to