summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-03-18 10:56:25 -0400
committerJelle Raaijmakers <jelle@gmta.nl>2023-03-18 19:50:45 +0100
commit2671d4280f825acc50e2a2bb914cf6f0d8d46755 (patch)
treea87c4d9b2c84978bfb31478dde3646a0ce20f362 /AK
parent7f632ee6f8e7b97dd1d2d3fffc40236f926cd2a5 (diff)
downloadserenity-2671d4280f825acc50e2a2bb914cf6f0d8d46755.zip
AK: Export FlyString from the forwarding header
Diffstat (limited to 'AK')
-rw-r--r--AK/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Forward.h b/AK/Forward.h
index 4d4e49130d..be76e64db9 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;