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

AK: Add GenericLexer to forwarding header

This commit is contained in:
Timothy Flynn 2021-08-18 07:22:38 -04:00 committed by Andreas Kling
parent 961f727448
commit e331656bb9

View file

@ -17,6 +17,7 @@ class ByteBuffer;
class Bitmap; class Bitmap;
using ByteBuffer = AK::Detail::ByteBuffer<32>; using ByteBuffer = AK::Detail::ByteBuffer<32>;
class GenericLexer;
class IPv4Address; class IPv4Address;
class JsonArray; class JsonArray;
class JsonObject; class JsonObject;
@ -139,6 +140,7 @@ using AK::DuplexMemoryStream;
using AK::FixedArray; using AK::FixedArray;
using AK::FlyString; using AK::FlyString;
using AK::Function; using AK::Function;
using AK::GenericLexer;
using AK::HashMap; using AK::HashMap;
using AK::HashTable; using AK::HashTable;
using AK::InputBitStream; using AK::InputBitStream;