Skip to content

Commit

Permalink
LibCore: Add Promise to the forward declare header
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinesfilmroellchen authored and linusg committed Mar 13, 2023
1 parent 82219d0 commit afd0f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Userland/Libraries/LibCore/Forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class Object;
class ObjectClassRegistration;
class ProcessStatisticsReader;
class Socket;
template<typename Result>
class Promise;
class SocketAddress;
class TCPServer;
class TCPSocket;
Expand Down

0 comments on commit afd0f94

Please sign in to comment.