From: Francesco Chemolli Date: Thu, 5 Dec 2013 09:31:09 +0000 (+0100) Subject: Added missing header in SBufAlgos.h X-Git-Tag: SQUID_3_5_0_1~463^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67083a4dc0013989e88fb118bb6a7eede652203f;p=thirdparty%2Fsquid.git Added missing header in SBufAlgos.h --- diff --git a/src/SBufAlgos.h b/src/SBufAlgos.h index 67f14ee977..988361091b 100644 --- a/src/SBufAlgos.h +++ b/src/SBufAlgos.h @@ -3,6 +3,7 @@ #include "SBuf.h" #include +#include /// SBuf equality predicate for STL algorithms etc class SBufEqual {