From: Francesco Chemolli Date: Sat, 29 Aug 2015 16:56:11 +0000 (+0200) Subject: Add missing forward declaration of StoreEntry in errorpage.h X-Git-Tag: SQUID_4_0_1~81^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28d505bcf971febe5d2a2834b52095dab56c96d0;p=thirdparty%2Fsquid.git Add missing forward declaration of StoreEntry in errorpage.h --- diff --git a/src/errorpage.h b/src/errorpage.h index 89e95c6f74..92203414f6 100644 --- a/src/errorpage.h +++ b/src/errorpage.h @@ -72,6 +72,7 @@ typedef void ERCB(int fd, void *, size_t); class HttpReply; class HttpRequest; class MemBuf; +class StoreEntry; class wordlist; /// \ingroup ErrorPageAPI