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;
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;