mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Export FlyString from the forwarding header
This commit is contained in:
parent
7f632ee6f8
commit
2671d4280f
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/2671d4280f Pull-request: https://github.com/SerenityOS/serenity/pull/17914 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue