Skip to content

Commit

Permalink
AK: Add LogStream and DebugLogStream to Forward.h
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 14, 2020
1 parent 3fe2640 commit 22b41a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AK/Forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ namespace AK {

class Bitmap;
class ByteBuffer;
class DebugLogStream;
class IPv4Address;
class JsonArray;
class JsonObject;
class JsonValue;
class LogStream;
class SharedBuffer;
class String;
class StringBuilder;
Expand Down Expand Up @@ -92,14 +94,16 @@ using AK::Badge;
using AK::Bitmap;
using AK::ByteBuffer;
using AK::CircularQueue;
using AK::DebugLogStream;
using AK::DoublyLinkedList;
using AK::FixedArray;
using AK::Function;
using AK::InlineLinkedList;
using AK::IPv4Address;
using AK::InlineLinkedList;
using AK::JsonArray;
using AK::JsonObject;
using AK::JsonValue;
using AK::LogStream;
using AK::NonnullOwnPtr;
using AK::NonnullRefPtr;
using AK::Optional;
Expand Down

0 comments on commit 22b41a0

Please sign in to comment.