src/Network/Session.hh
changeset 448 34bdf0783874
parent 431 c6d7272a164b
equal deleted inserted replaced
446:e411c0799fcc 448:34bdf0783874
     7  * Support for a groups of clients/servers with associated TCP/UDP sockets
     7  * Support for a groups of clients/servers with associated TCP/UDP sockets
     8  */
     8  */
     9 
     9 
    10 #include <map>
    10 #include <map>
    11 #include <stdint.h>
    11 #include <stdint.h>
       
    12 #include <stddef.h>
    12 
    13 
    13 // forward-declare
    14 // forward-declare
    14 class NetworkSession;
    15 class NetworkSession;
    15 
    16 
    16 /**
    17 /**