]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows port: fix build error for missing ostream declaration.
authorserassio <>
Mon, 21 Jan 2008 03:35:41 +0000 (03:35 +0000)
committerserassio <>
Mon, 21 Jan 2008 03:35:41 +0000 (03:35 +0000)
include/IPAddress.h

index baac56a9a5d88b3dccdcd5146f8b7ea1574a4283..0f0ccb04cf437e7cf8713914681332d7273cb446 100644 (file)
@@ -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 <iosfwd>
+#include <ostream>
 
 #include "getaddrinfo.h"
 #include "getnameinfo.h"