diff -r 5936db2c1987 -r 6f539dd9921c TCP/TCPConnection.h --- a/TCP/TCPConnection.h Sun May 25 13:43:03 2008 -0700 +++ b/TCP/TCPConnection.h Thu May 29 16:40:36 2008 -0700 @@ -7,6 +7,7 @@ // #import "TCPEndpoint.h" +#import @class IPAddress; @class TCPReader, TCPWriter, TCPListener; @protocol TCPConnectionDelegate;