From: Amos Jeffries Date: Sun, 10 Jan 2016 16:24:45 +0000 (+1300) Subject: Add missing include Store.h X-Git-Tag: SQUID_4_0_5~14^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc8628c773a2dd95217f8b4c267bf762a270fe24;p=thirdparty%2Fsquid.git Add missing include Store.h --- diff --git a/src/http/StreamContext.cc b/src/http/StreamContext.cc index adf21a898c..d24fd31e4c 100644 --- a/src/http/StreamContext.cc +++ b/src/http/StreamContext.cc @@ -11,6 +11,7 @@ #include "http/StreamContext.h" #include "HttpHdrContRange.h" #include "HttpHeaderTools.h" +#include "Store.h" #include "TimeOrTag.h" Http::StreamContext::StreamContext(uint32_t anId, const Comm::ConnectionPointer &aConn, ClientHttpRequest *aReq) :