summaryrefslogtreecommitdiff
path: root/vcl/source/font
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-02-03 20:46:40 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-02-04 05:11:45 +0100
commit78886bc1a66fa867893cecf00919f644faa2088d (patch)
tree50cc34c79fd84da230289798fa88ba1b52896a99 /vcl/source/font
parente89ff1a6378d3910f9026e5c4e797b74e20f7ce3 (diff)
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@collabora.com>
Diffstat (limited to 'vcl/source/font')
-rw-r--r--vcl/source/font/font.cxx2
1 files changed, 2 insertions, 0 deletions
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;