瀏覽代碼

LibGfx: IWYU for FourCC.h

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

No behavior change.
Nico Weber 1 年之前
父節點
當前提交
53c6dfacd7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Userland/Libraries/LibGfx/FourCC.h

+ 2 - 0
Userland/Libraries/LibGfx/FourCC.h

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