diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-09-17 15:13:14 +1000 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-09-21 07:11:24 +0200 |
commit | 5c98fcffb23a9da8459e35bdd9946422fec8a320 (patch) | |
tree | 2d8fc94aa0554c330c61e009b3283ebfa69edddc /vcl/skia/osx | |
parent | 47a8a65022e3fd7624c95d0341b4809aad11fddb (diff) |
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.
This patch is created in preparation of a patch I have queued to test
and move PhysicalFontFace to vcl::font namespace.
Change-Id: I15dd24d7f01e077d407ac192a0413d796517eb72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122228
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/skia/osx')
-rw-r--r-- | vcl/skia/osx/gdiimpl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/skia/osx/gdiimpl.cxx b/vcl/skia/osx/gdiimpl.cxx index 43fe07d5391a..6a6e3b10d4f3 100644 --- a/vcl/skia/osx/gdiimpl.cxx +++ b/vcl/skia/osx/gdiimpl.cxx @@ -16,6 +16,8 @@ * */ +#include <sal/config.h> + #include <skia/osx/gdiimpl.hxx> #include <skia/utils.hxx> |