]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing includes in delay pool
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Jan 2016 23:02:09 +0000 (12:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Jan 2016 23:02:09 +0000 (12:02 +1300)
src/DelayId.cc
src/delay_pools.cc

index a4e70fc9d0e77cef687a1eaa2ded7273bb289dbf..fd1a7ece29af87d9a5619ade12da251ccd2332ac 100644 (file)
@@ -20,6 +20,7 @@
 #include "DelayId.h"
 #include "DelayPool.h"
 #include "DelayPools.h"
+#include "http/StreamContext.h"
 #include "HttpRequest.h"
 #include "SquidConfig.h"
 
index 6ebe6199c14f4a879523f1fd0e46dac8688911a4..23bdd7adde0af9bbcacc0f06f1eb88cf469aab29 100644 (file)
@@ -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"