diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-25 18:40:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 07:59:05 +0200 |
commit | edb36ef2bf9cb58ea2c12f7e6374adac249bc7a5 (patch) | |
tree | 795fd0a50987ee70d9a88079b0de136c9e30f21d /vcl | |
parent | 3715ca5943ee05d4df7bfd0cf47071b2ee4081b6 (diff) |
Missing includes (Windows --disable-pch)
Change-Id: Iea067e3529de9208bd0a00c276eb03858816bd00
Reviewed-on: https://gerrit.libreoffice.org/57996
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/gdi/salfont.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index 03c428fc72a3..16613637f56b 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -35,6 +35,7 @@ #include <osl/file.hxx> #include <osl/process.h> #include <rtl/bootstrap.hxx> +#include <rtl/tencinfo.h> #include <o3tl/char16_t2wchar_t.hxx> #include <tools/helpers.hxx> #include <tools/stream.hxx> |