1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

AK: Export FlyString from the forwarding header

This commit is contained in:
Timothy Flynn 2023-03-18 10:56:25 -04:00 committed by Jelle Raaijmakers
parent 7f632ee6f8
commit 2671d4280f

View file

@ -163,6 +163,7 @@ using AK::Error;
using AK::ErrorOr; using AK::ErrorOr;
using AK::FixedArray; using AK::FixedArray;
using AK::FixedPoint; using AK::FixedPoint;
using AK::FlyString;
using AK::Function; using AK::Function;
using AK::GenericLexer; using AK::GenericLexer;
using AK::HashMap; using AK::HashMap;