mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibCore: Add Promise to the forward declare header
This commit is contained in:
parent
82219d0879
commit
afd0f941b7
Notes:
sideshowbarker
2024-07-16 23:05:02 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: afd0f941b7
Pull-request: https://github.com/SerenityOS/serenity/pull/16715
Issue: https://github.com/SerenityOS/serenity/issues/14945
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/BenWiederhake
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