[graphics/krita] libs/pigment: Add missing optional include to KoColorProfile.
Wolthera van Hövell <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 95bb226211c9b34574974a3ceb211a03016e4c6a by Wolthera van Hövell, on behalf of Wolthera van Hövell tot Westerflier. Committed on 16/07/2026 at 16:26. Pushed by woltherav into branch 'master'. Add missing optional include to KoColorProfile. M +1 -0 libs/pigment/KoColorProfile.h https://invent.kde.org/graphics/krita/-/commit/95bb226211c9b34574974a3ceb211a03016e4c6a diff --git a/libs/pigment/KoColorProfile.h b/libs/pigment/KoColorProfile.h index 1d5abf90a34..b180eb8f844 100644 --- a/libs/pigment/KoColorProfile.h +++ b/libs/pigment/KoColorProfile.h @@ -15,6 +15,7 @@ #include "KoColorProfileConstants.h" #include "kritapigment_export.h" #include <KoColorimetryUtils.h> +#include <optional> /** * Contains information needed for color transformation.