From 2671d4280f825acc50e2a2bb914cf6f0d8d46755 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 18 Mar 2023 10:56:25 -0400 Subject: [PATCH] AK: Export FlyString from the forwarding header --- AK/Forward.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/Forward.h b/AK/Forward.h index 4d4e49130d3..be76e64db95 100644 --- a/AK/Forward.h +++ b/AK/Forward.h @@ -163,6 +163,7 @@ using AK::Error; using AK::ErrorOr; using AK::FixedArray; using AK::FixedPoint; +using AK::FlyString; using AK::Function; using AK::GenericLexer; using AK::HashMap;