From fa1b1f82441bd2375a82b1ec42387c4e708a4c7b Mon Sep 17 00:00:00 2001 From: Matthew Olsson Date: Tue, 18 Jul 2023 18:35:45 -0700 Subject: [PATCH] LibGfx: Forward-declare TagData in WellKnownProfiles --- Userland/Libraries/LibGfx/ICC/WellKnownProfiles.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.h b/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.h index 40cb7f6427..17e2a0a5dc 100644 --- a/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.h +++ b/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.h @@ -12,6 +12,7 @@ namespace Gfx::ICC { class Profile; +class TagData; ErrorOr> sRGB();