vcl/inc/svdata.hxx | 1 + vcl/source/outdev/map.cxx | 2 ++ vcl/source/outdev/text.cxx | 2 ++ vcl/source/window/window.cxx | 2 ++ vcl/win/gdi/DWriteTextRenderer.cxx | 2 ++ 5 files changed, 9 insertions(+)
New commits: commit 737281730fed4edf44917eedb95eb234dda4da57 Author: Chris Sherlock <[email protected]> AuthorDate: Fri Sep 17 21:58:13 2021 +1000 Commit: Mike Kaganski <[email protected]> CommitDate: Sat Sep 25 21:17:35 2021 +0200 vcl: Add sal/config.h in preparation for patch Done in preparation of split of outdev.h into seperate headers Change-Id: I9183f9e10a3fd47557239b8cc9290ce8e86e614a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122255 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index de7ffa726494..628f5d098622 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -19,6 +19,7 @@ #pragma once +#include <sal/config.h> #include <config_version.h> #include <o3tl/lru_map.hxx> diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx index 3410157d2d15..394a46d726e5 100644 --- a/vcl/source/outdev/map.cxx +++ b/vcl/source/outdev/map.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + #include <tools/bigint.hxx> #include <tools/debug.hxx> #include <vcl/cursor.hxx> diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index 38517d54a8d1..0b607c0d7ce8 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + #include <memory> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 32f3231622fb..c02dc534337b 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + #include <rtl/strbuf.hxx> #include <sal/log.hxx> diff --git a/vcl/win/gdi/DWriteTextRenderer.cxx b/vcl/win/gdi/DWriteTextRenderer.cxx index 690f569dbeba..0940b4005af6 100644 --- a/vcl/win/gdi/DWriteTextRenderer.cxx +++ b/vcl/win/gdi/DWriteTextRenderer.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + #include <win/salgdi.h> #include <win/saldata.hxx> #include <outdev.h>
