mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibCore: Add forward declaration for Core::Stream::File
This commit is contained in:
parent
86f6586c6e
commit
4f699d0f58
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/krkk
Commit: 4f699d0f58
Pull-request: https://github.com/SerenityOS/serenity/pull/16548
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/LucasChollet
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class UDPServer;
|
|||
enum class TimerShouldFireWhenNotVisible;
|
||||
|
||||
namespace Stream {
|
||||
class File;
|
||||
class Socket;
|
||||
class Stream;
|
||||
class BufferedSocketBase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue