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/win | |
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/win')
-rw-r--r-- | vcl/win/gdi/winlayout.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx index 9c82ba88a279..9633de9d4cca 100644 --- a/vcl/win/gdi/winlayout.cxx +++ b/vcl/win/gdi/winlayout.cxx @@ -18,6 +18,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> #include <config_features.h> #include <memory> |