diff -r 5936db2c1987 -r 980beba83fb7 TCP/TCPConnection.h --- a/TCP/TCPConnection.h Sun May 25 13:43:03 2008 -0700 +++ b/TCP/TCPConnection.h Fri May 30 13:54:38 2008 -0700 @@ -7,6 +7,7 @@ // #import "TCPEndpoint.h" +#import @class IPAddress; @class TCPReader, TCPWriter, TCPListener; @protocol TCPConnectionDelegate;