Add 'comment' argument to SENF_ASSERT
[senf.git] / senf / Socket / Protocols / INet / TCPSocketHandle.hh
index cdb09e9..f97db2e 100644 (file)
@@ -33,6 +33,7 @@
 // Custom includes
 #include "INetSocketProtocol.hh"
 #include "TCPSocketProtocol.hh"
+#include "INetAddressing.hh"
 #include <senf/Socket/Protocols/BSDSocketProtocol.hh>
 #include <senf/Socket/FramingPolicy.hh>
 #include <senf/Socket/CommunicationPolicy.hh>
@@ -61,7 +62,7 @@ namespace senf {
         \par Socket Handle typedefs:
             \ref TCPv4ClientSocketHandle (ProtocolClientSocketHandle), \ref TCPv4ServerSocketHandle
             (ProtocolServerSocketHandle)
-        
+
         \par Policy Interface:
             ClientSocketHandle::read(), ClientSocketHandle::write(), ClientSocketHandle::bind(),
             ClientSocketHandle::local(), ClientSocketHandle::connect(), ClientSocketHandle::peer()