1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +00:00

LibCore: Add Promise to the forward declare header

This commit is contained in:
kleines Filmröllchen 2022-12-29 11:11:51 +01:00 committed by Linus Groh
parent 82219d0879
commit afd0f941b7

View file

@ -34,6 +34,8 @@ class Object;
class ObjectClassRegistration; class ObjectClassRegistration;
class ProcessStatisticsReader; class ProcessStatisticsReader;
class Socket; class Socket;
template<typename Result>
class Promise;
class SocketAddress; class SocketAddress;
class TCPServer; class TCPServer;
class TCPSocket; class TCPSocket;