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/inc/win/salgdi.h | |
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/inc/win/salgdi.h')
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index b44fe42ca5e1..3e1cac3a5634 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -19,6 +19,8 @@ #pragma once +#include <sal/config.h> + #include <sallayout.hxx> #include <salgeom.hxx> #include <salgdi.hxx> |