summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-02-24 10:06:32 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-07-20 11:47:28 +0200
commitc2b2b0729274a24f40b232774990da4692982a5a (patch)
treef8f35c583ce8877eb20a34fa84f121b8d96408d3 /vcl
parent6e7be990211b4873079c67287e961ca9967824d4 (diff)
disable-pch fix
Change-Id: I14760d858c1500800c9360530b0408986122e00b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111444 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 7f9e98c7aa6adf592f0772bb5207d101b108701a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137251 Tested-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/font/font.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx
index 64f16b08f8db..aa4f313c1614 100644
--- a/vcl/source/font/font.cxx
+++ b/vcl/source/font/font.cxx
@@ -24,6 +24,7 @@
#include <unotools/fontdefs.hxx>
#include <vcl/font.hxx>
+#include <vcl/virdev.hxx>
#include <impfont.hxx>
#include <fontattributes.hxx>
@@ -37,8 +38,6 @@
#ifdef _WIN32
#include <vcl/metric.hxx>
-#else
-#include <vcl/virdev.hxx>
#endif
using namespace vcl;