]> git.sesse.net Git - cubemap/blobdiff - config.h
Move Server:add_data() into Stream, where it more logically belongs.
[cubemap] / config.h
index e7385e2f488904a488adf00d079d67509022df9e..34edaa7c878a2f340733b78aab1e8fd01b7fa9e5 100644 (file)
--- a/config.h
+++ b/config.h
@@ -3,8 +3,9 @@
 
 // Various routines that deal with parsing the configuration file.
 
-#include <vector>
+#include <stddef.h>
 #include <string>
+#include <vector>
 
 struct MarkPoolConfig {
        int from, to;