1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:07:43 +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 ProcessStatisticsReader;
class Socket;
template<typename Result>
class Promise;
class SocketAddress;
class TCPServer;
class TCPSocket;