From 3034e913d8670664be700fa577384efc47172e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 28 Oct 2023 20:24:53 +0200 Subject: [PATCH] Text: forward-declare FeatureRange. --- src/Magnum/Text/Text.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Text/Text.h b/src/Magnum/Text/Text.h index 53db68d7f..55d8cc3fd 100644 --- a/src/Magnum/Text/Text.h +++ b/src/Magnum/Text/Text.h @@ -50,6 +50,8 @@ class AbstractGlyphCache; enum class Feature: UnsignedInt; enum class Script: UnsignedInt; +class FeatureRange; + #ifdef MAGNUM_TARGET_GL class DistanceFieldGlyphCache; class GlyphCache;