diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-16 15:26:25 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-10-02 21:32:00 +0200 |
commit | 3e753f484910fb65065dd7eb81d2131b51990fe9 (patch) | |
tree | e0b57586d6bfbf606012aec42466086a4838e945 /svx/source/styles | |
parent | 3b56fbafcc34a1b3d857d47f3f9695804edf7009 (diff) |
tdf#146619 Recheck include/s* with IWYU
Change-Id: Ia0a6330278b044f448c9928362308aadc8fc9a20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156989
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'svx/source/styles')
-rw-r--r-- | svx/source/styles/ColorSets.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/styles/ColorSets.cxx b/svx/source/styles/ColorSets.cxx index cfdeb83df442..d8c86b874336 100644 --- a/svx/source/styles/ColorSets.cxx +++ b/svx/source/styles/ColorSets.cxx @@ -10,6 +10,7 @@ #include <svx/ColorSets.hxx> +#include <optional> #include <utility> #include <unordered_set> #include <docmodel/theme/ColorSet.hxx> |