From: serassio <> Date: Tue, 4 Jan 2005 17:35:09 +0000 (+0000) Subject: Fixed missing inclusion of Parsing.h in Delay Pools X-Git-Tag: SQUID_3_0_PRE4~919 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8709c9fed5c392f519aac703b865cbc30e3738d;p=thirdparty%2Fsquid.git Fixed missing inclusion of Parsing.h in Delay Pools --- diff --git a/src/DelaySpec.cc b/src/DelaySpec.cc index 5bed8e394b..c072d3b0cb 100644 --- a/src/DelaySpec.cc +++ b/src/DelaySpec.cc @@ -1,6 +1,6 @@ /* - * $Id: DelaySpec.cc,v 1.2 2003/02/21 22:50:05 robertc Exp $ + * $Id: DelaySpec.cc,v 1.3 2005/01/04 10:35:09 serassio Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -43,6 +43,7 @@ #include "squid.h" #include "DelaySpec.h" #include "Store.h" +#include "Parsing.h" DelaySpec::DelaySpec() : restore_bps(-1), max_bytes (-1) {}