From: Francesco Chemolli Date: Sat, 29 Aug 2015 15:39:13 +0000 (+0200) Subject: Added missing forward declaration in errorpage.h X-Git-Tag: SQUID_4_0_1~81^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fb9646e31ca3f3ac1f62189362b365566575ee6;p=thirdparty%2Fsquid.git Added missing forward declaration in errorpage.h --- diff --git a/src/errorpage.h b/src/errorpage.h index 320b03285c..89e95c6f74 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 wordlist; /// \ingroup ErrorPageAPI class ErrorState