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
commit afd0f941b7
Notes: sideshowbarker 2024-07-16 23:05:02 +09:00

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;