From: gkinkie@gmail.com Date: Wed, 28 Dec 2022 13:38:35 +0000 (+0000) Subject: Fix errorpage.cc build on MacOS (#1219) X-Git-Tag: SQUID_6_0_1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50562b7b52227a3b0e6e6dd8471456eb61059d70;p=thirdparty%2Fsquid.git Fix errorpage.cc build on MacOS (#1219) errorpage.cc:153:44: error: implicit instantiation of undefined template std::array HardCodedErrors --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 48df95bf40..5af40191f0 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -39,6 +39,8 @@ #include "ssl/ErrorDetailManager.h" #endif +#include + /** \defgroup ErrorPageInternal Error Page Internals \ingroup ErrorPageAPI