mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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;
|
enum class TimerShouldFireWhenNotVisible;
|
||||||
|
|
||||||
namespace Stream {
|
namespace Stream {
|
||||||
|
class File;
|
||||||
class Socket;
|
class Socket;
|
||||||
class Stream;
|
class Stream;
|
||||||
class BufferedSocketBase;
|
class BufferedSocketBase;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue