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