]> git.sesse.net Git - cubemap/blobdiff - httpinput.h
Identify UDPInput error messages by the stream, too.
[cubemap] / httpinput.h
index 1714b71a8984ddf7a723dccae4ef2b133de6a1b5..f14b0992ce812778d603c3b36c0accc3921b508e 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef _HTTPINPUT_H
 #define _HTTPINPUT_H 1
 
-#include <vector>
+#include <stddef.h>
 #include <string>
+#include <vector>
 
 #include "input.h"