From: Francesco Chemolli Date: Wed, 30 Mar 2011 16:44:16 +0000 (+0200) Subject: Include iosfwd instead of ostream in Mem.h X-Git-Tag: take06~27^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427854fb15a749ac5430c59ef008c4ac34b1cb9d;p=thirdparty%2Fsquid.git Include iosfwd instead of ostream in Mem.h --- diff --git a/src/Mem.h b/src/Mem.h index 1c8d0d96e7..a098c19d02 100644 --- a/src/Mem.h +++ b/src/Mem.h @@ -34,8 +34,8 @@ #ifndef SQUID_MEM #define SQUID_MEM -#if HAVE_OSTREAM -#include +#if HAVE_IOSFWD +#include #endif class StoreEntry;