mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +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:
parent
86203974f5
commit
53c6dfacd7
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/Types.h>
|
||||||
|
|
||||||
namespace Gfx {
|
namespace Gfx {
|
||||||
|
|
||||||
struct [[gnu::packed]] FourCC {
|
struct [[gnu::packed]] FourCC {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue