From 53c6dfacd71b15a60ac5414a6e51834c34faedc5 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 28 Feb 2024 08:51:02 -0500 Subject: [PATCH] LibGfx: IWYU for FourCC.h Makes clangd-induced red squigglies disappear when editing this file. No behavior change. --- Userland/Libraries/LibGfx/FourCC.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Userland/Libraries/LibGfx/FourCC.h b/Userland/Libraries/LibGfx/FourCC.h index 6747cc33d8..e26f59042b 100644 --- a/Userland/Libraries/LibGfx/FourCC.h +++ b/Userland/Libraries/LibGfx/FourCC.h @@ -6,6 +6,8 @@ #pragma once +#include + namespace Gfx { struct [[gnu::packed]] FourCC {