X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=ea13f40bd6258dffe1e9a22619d889688e97fd9e;hp=efedc9b404a7f3c71e90fbb4fdb412e7ac58f5e5;hb=488f28bf7070f44469a006ed4a9d4c423788d175;hpb=c271559c8b2b9583346c8c6269701894cb9ff4c1 diff --git a/stream.h b/stream.h index efedc9b..ea13f40 100644 --- a/stream.h +++ b/stream.h @@ -4,13 +4,14 @@ // Representation of a single, muxed (we only really care about bytes/blocks) stream. // Fed by Input, sent out by Server (to Client). +#include #include #include #include -struct Client; class MarkPool; class StreamProto; +struct Client; struct Stream { Stream(const std::string &stream_id, size_t backlog_size);