From: serassio <> Date: Mon, 21 Jan 2008 03:35:41 +0000 (+0000) Subject: Windows port: fix build error for missing ostream declaration. X-Git-Tag: BASIC_TPROXY4~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a031cbf8aab3b83fae259bc5cf89c7a2331352a6;p=thirdparty%2Fsquid.git Windows port: fix build error for missing ostream declaration. --- diff --git a/include/IPAddress.h b/include/IPAddress.h index baac56a9a5..0f0ccb04cf 100644 --- a/include/IPAddress.h +++ b/include/IPAddress.h @@ -1,5 +1,5 @@ /* - * $Id: IPAddress.h,v 1.1 2007/12/14 04:29:22 amosjeffries Exp $ + * $Id: IPAddress.h,v 1.2 2008/01/20 20:35:41 serassio Exp $ * * DEBUG: section 14 IP Storage and Handling * AUTHOR: Amos Jeffries @@ -58,6 +58,7 @@ #include +#include #include "getaddrinfo.h" #include "getnameinfo.h"