From: Amos Jeffries Date: Sun, 10 Jan 2016 23:02:09 +0000 (+1300) Subject: Add missing includes in delay pool X-Git-Tag: SQUID_4_0_5~14^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f3ba92f7b19e0d30f18d5ab15fde236d8296e9c;p=thirdparty%2Fsquid.git Add missing includes in delay pool --- diff --git a/src/DelayId.cc b/src/DelayId.cc index a4e70fc9d0..fd1a7ece29 100644 --- a/src/DelayId.cc +++ b/src/DelayId.cc @@ -20,6 +20,7 @@ #include "DelayId.h" #include "DelayPool.h" #include "DelayPools.h" +#include "http/StreamContext.h" #include "HttpRequest.h" #include "SquidConfig.h" diff --git a/src/delay_pools.cc b/src/delay_pools.cc index 6ebe6199c1..23bdd7adde 100644 --- a/src/delay_pools.cc +++ b/src/delay_pools.cc @@ -30,6 +30,7 @@ #include "DelayUser.h" #include "DelayVector.h" #include "event.h" +#include "http/StreamContext.h" #include "ip/Address.h" #include "MemObject.h" #include "mgr/Registration.h"