mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
AK: Add GenericLexer to forwarding header
This commit is contained in:
parent
961f727448
commit
e331656bb9
Notes:
sideshowbarker
2024-07-18 05:28:41 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/e331656bb90 Pull-request: https://github.com/SerenityOS/serenity/pull/9499 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/davidot ✅
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ class ByteBuffer;
|
|||
|
||||
class Bitmap;
|
||||
using ByteBuffer = AK::Detail::ByteBuffer<32>;
|
||||
class GenericLexer;
|
||||
class IPv4Address;
|
||||
class JsonArray;
|
||||
class JsonObject;
|
||||
|
@ -139,6 +140,7 @@ using AK::DuplexMemoryStream;
|
|||
using AK::FixedArray;
|
||||
using AK::FlyString;
|
||||
using AK::Function;
|
||||
using AK::GenericLexer;
|
||||
using AK::HashMap;
|
||||
using AK::HashTable;
|
||||
using AK::InputBitStream;
|
||||
|
|
Loading…
Add table
Reference in a new issue