]> git.sesse.net Git - cubemap/blobdiff - client.h
Run include-what-you-use.
[cubemap] / client.h
index 87fa71862995d90c0f2833631d12eff97bef81a9..e82b48758d677740132498f2ca1049151fd34250 100644 (file)
--- a/client.h
+++ b/client.h
@@ -3,11 +3,12 @@
 
 // A Client represents a single connection from a client (watching a single stream).
 
+#include <stddef.h>
 #include <time.h>
 #include <string>
 
 class ClientProto;
-class Stream;
+struct Stream;
 
 // Digested statistics for writing to logs etc.
 struct ClientStats {