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:
parent
82219d0879
commit
afd0f941b7
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ class Object;
|
|||
class ObjectClassRegistration;
|
||||
class ProcessStatisticsReader;
|
||||
class Socket;
|
||||
template<typename Result>
|
||||
class Promise;
|
||||
class SocketAddress;
|
||||
class TCPServer;
|
||||
class TCPSocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue