network: fix size_t compile errors default tip
authorTero Marttila <terom@fixme.fi>
Sun, 02 Jun 2013 16:15:23 +0300
changeset 448 34bdf0783874
parent 446 e411c0799fcc
network: fix size_t compile errors
src/Network/Session.hh
--- a/src/Network/Session.hh	Fri Sep 11 15:34:48 2009 +0300
+++ b/src/Network/Session.hh	Sun Jun 02 16:15:23 2013 +0300
@@ -9,6 +9,7 @@
 
 #include <map>
 #include <stdint.h>
+#include <stddef.h>
 
 // forward-declare
 class NetworkSession;