mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
LibCore: Add forward declaration for Core::Stream::File
This commit is contained in:
parent
86f6586c6e
commit
4f699d0f58
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