diff -r 5936db2c1987 -r f723174fbc24 TCP/TCPConnection.h --- a/TCP/TCPConnection.h Sun May 25 13:43:03 2008 -0700 +++ b/TCP/TCPConnection.h Tue Jun 10 16:14:20 2008 -0700 @@ -7,6 +7,7 @@ // #import "TCPEndpoint.h" +#import @class IPAddress; @class TCPReader, TCPWriter, TCPListener; @protocol TCPConnectionDelegate;