diff options
author | Noel Grandin <noel@peralex.com> | 2021-02-18 10:17:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-18 14:39:01 +0100 |
commit | 787158d528838bdb25d86139ab02ecdd4e341bdb (patch) | |
tree | 687d0e06b5a672c566cd086b4d17cdbac3fbe1fc /vcl | |
parent | 1ad26c9fc237e00247f18fcc8ccc778fba88d1fd (diff) |
disable-pch fix
Change-Id: I1200bf7818be7f8142d0a5282d6cf2ef5993d3fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111098
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/font/font.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx index 0edcb913aaf7..ed12ff7e0d6c 100644 --- a/vcl/source/font/font.cxx +++ b/vcl/source/font/font.cxx @@ -24,6 +24,8 @@ #include <unotools/fontdefs.hxx> #include <vcl/font.hxx> +#include <vcl/svapp.hxx> +#include <vcl/outdev.hxx> #include <impfont.hxx> #include <fontattributes.hxx> |