vcl/inc/PhysicalFontFace.hxx | 2 ++ vcl/inc/sallayout.hxx | 2 ++ 2 files changed, 4 insertions(+)
New commits: commit 7190c6c7a01ce6bca53d4e9e61baa2631e88de2e Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Thu Sep 16 17:38:16 2021 +1000 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat Sep 18 15:13:09 2021 +0200 vcl: add sal/config.h in preparation for patch The convention is that we need to add sal/config.h to the start of files. I have a patch queued to test PhysicalFontFamily and move it to vcl::font. Submitting patch to update the modelines in the files that I will change in that patch. Change-Id: I92275250bc5e12f7e6f7c0d4b6405d6a6e8de033 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122179 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx index 4ecc751b5445..66bf62c5b90c 100644 --- a/vcl/inc/PhysicalFontFace.hxx +++ b/vcl/inc/PhysicalFontFace.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX #define INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX +#include <sal/config.h> + #include <salhelper/simplereferenceobject.hxx> #include <rtl/ref.hxx> #include <tools/long.hxx> diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index b31aa202019c..060fcbb1be77 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_INC_SALLAYOUT_HXX #define INCLUDED_VCL_INC_SALLAYOUT_HXX +#include <sal/config.h> + #include <basegfx/polygon/b2dpolypolygon.hxx> #include <tools/gen.hxx> #include <tools/degree.hxx>