diff --git a/Userland/Libraries/LibGfx/Forward.h b/Userland/Libraries/LibGfx/Forward.h index 2c4baeb033..95c7e37f95 100644 --- a/Userland/Libraries/LibGfx/Forward.h +++ b/Userland/Libraries/LibGfx/Forward.h @@ -14,9 +14,9 @@ class Color; class DisjointRectSet; class Emoji; class Font; -class FontMetrics; class GlyphBitmap; class ImageDecoder; +struct FontMetrics; template class Line;