mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
LibCore: Add Promise to the forward declare header
This commit is contained in:
parent
82219d0879
commit
afd0f941b7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue