diff options
author | Sahil Gautam <sahil.gautam.extern@allotropia.de> | 2025-01-10 09:51:58 +0100 |
---|---|---|
committer | Sahil Gautam <sahil.gautam.extern@allotropia.de> | 2025-01-14 16:56:53 +0100 |
commit | c612aa8fcb7c64884b369a4c72cd56ac10c40dc6 (patch) | |
tree | 92f6ec63a2b1da4b896bf42516cd6d27c1ba4db2 /svtools | |
parent | e0d4d178caff1414a9a21fa57f06bc8d4d2c389a (diff) |
Revert "remove unused #include from svtools"
This reverts commit 8fb8e2fb5fc6f8059b56ef98450dff01940023c7.
Reason for revert: <string_view> is used quite often in colorcfg, removing it just because it's indirectly used might cause some issues down the road like what if the file which indirectly included it removes it?
Change-Id: Ibb01144a3473fa422745bf61591a9ce51268a6c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180064
Tested-by: Jenkins
Reviewed-by: Sahil Gautam <sahil.gautam.extern@allotropia.de>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 02e65ad228ee..2ec5abf16d28 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -19,6 +19,8 @@ #include <sal/config.h> +#include <string_view> + #include <svtools/colorcfg.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> |