Explorar o código

LibGfx: IWYU for FourCC.h

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

No behavior change.
Nico Weber hai 1 ano
pai
achega
53c6dfacd7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Userland/Libraries/LibGfx/FourCC.h

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

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