svtools/source/config/colorcfg.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 459f1612ac54b3cbb6b7ebeec38632202058cc29 Author: Sahil Gautam <[email protected]> AuthorDate: Fri Jan 10 09:51:58 2025 +0100 Commit: Sahil Gautam <[email protected]> CommitDate: Mon Jan 26 09:38:11 2026 +0100 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 <[email protected]> (cherry picked from commit c612aa8fcb7c64884b369a4c72cd56ac10c40dc6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198081 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Sahil Gautam <[email protected]> diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index c54e7ab88d23..7df881439615 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>
