1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:37:34 +00:00

LibGfx: IWYU for FourCC.h

Makes clangd-induced red squigglies disappear when editing this file.

No behavior change.
This commit is contained in:
Nico Weber 2024-02-28 08:51:02 -05:00 committed by Tim Flynn
parent 86203974f5
commit 53c6dfacd7

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
namespace Gfx {
struct [[gnu::packed]] FourCC {