diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-16 23:06:24 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-06 00:33:57 +0100 |
commit | 026be6f62f183f14b9c0bf2e50cde9ac69856f53 (patch) | |
tree | 9dfc589bc4f00b4e6a378f72d6083cd4b2f1dc94 /include/vcl/settings.hxx | |
parent | 5fb20ede2fb47ef91d70b49288129adf8015f34b (diff) |
tdf#146619 Recheck include/t* with IWYU
Change-Id: I005257e458351285b1b35ffe49c8b42834a6db68
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156990
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r-- | include/vcl/settings.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index addf6ebe5711..3b8ac61ca586 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_SETTINGS_HXX #define INCLUDED_VCL_SETTINGS_HXX +#include <config_options.h> + #include <vcl/dllapi.h> #include <tools/color.hxx> #include <tools/gen.hxx> |