]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing include Store.h
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Jan 2016 16:24:45 +0000 (05:24 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Jan 2016 16:24:45 +0000 (05:24 +1300)
src/http/StreamContext.cc

index adf21a898c2c0bcb4524cadcf63d0e1dd0f73ca7..d24fd31e4ca531345f4fadc6b98ed6a2e010371a 100644 (file)
@@ -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) :