diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-03-18 10:56:25 -0400 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-03-18 19:50:45 +0100 |
commit | 2671d4280f825acc50e2a2bb914cf6f0d8d46755 (patch) | |
tree | a87c4d9b2c84978bfb31478dde3646a0ce20f362 /AK | |
parent | 7f632ee6f8e7b97dd1d2d3fffc40236f926cd2a5 (diff) | |
download | serenity-2671d4280f825acc50e2a2bb914cf6f0d8d46755.zip |
AK: Export FlyString from the forwarding header
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Forward.h | 1 |
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; |