From 02d06ef251e6b66ccec56b154bbe2224e1de6058 Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Wed, 6 Jan 2016 04:42:46 +1300 Subject: [PATCH] Fix build error with ICC --- src/ssl/helper.cc | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.2