From: Christos Tsantilas Date: Tue, 5 Jan 2016 15:42:46 +0000 (+1300) Subject: Fix build error with ICC X-Git-Tag: SQUID_3_5_13~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d06ef251e6b66ccec56b154bbe2224e1de6058;p=thirdparty%2Fsquid.git Fix build error with ICC --- diff --git a/src/ssl/helper.cc b/src/ssl/helper.cc index 47f2ce2241..939c4d13b4 100644 --- a/src/ssl/helper.cc +++ b/src/ssl/helper.cc @@ -10,12 +10,14 @@ #include "../helper.h" #include "anyp/PortCfg.h" #include "helper/Reply.h" +#include "HttpRequest.h" #include "SquidConfig.h" #include "SquidString.h" #include "SquidTime.h" #include "ssl/cert_validate_message.h" #include "ssl/Config.h" #include "ssl/helper.h" +#include "ssl/PeerConnector.h" #include "SwapDir.h" #include "wordlist.h"