# HG changeset patch # User Tero Marttila # Date 1370178923 -10800 # Node ID 34bdf07838748c6758c954fe7f8ae2f1df51b90f # Parent e411c0799fcc72126fa02f3d9c08b62032c1db0d network: fix size_t compile errors diff -r e411c0799fcc -r 34bdf0783874 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 #include +#include // forward-declare class NetworkSession;