]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added missing includes
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 10 Feb 2014 22:39:56 +0000 (23:39 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 10 Feb 2014 22:39:56 +0000 (23:39 +0100)
src/HttpHeader.h
src/HttpHeaderRange.h
src/adaptation/AccessRule.h

index ea1d37f1a45b580bbc393ff71498162caa01b0e1..7f08ee8a01245746be57c1190c107ba87cb0367a 100644 (file)
@@ -36,6 +36,8 @@
 #include "MemPool.h"
 #include "SquidString.h"
 
+#include <vector>
+
 /* class forward declarations */
 class HttpHdrCc;
 class HttpHdrContRange;
index 41992f29a59c1ad23b3aaeecedd10184c5db04a6..2c20633e7c1fa3f31ee01d5902eeb35e8d9a0e7f 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -37,6 +36,8 @@
 #include "Range.h"
 #include "SquidString.h"
 
+#include <vector>
+
 class HttpReply;
 /* http byte-range-spec */
 
index 4b5fa2ee11b6068537425703b861ffbbf197738a..a8a2d1a7d62ec0bd2a0fc58ee9af87915b8646d3 100644 (file)
@@ -5,6 +5,8 @@
 #include "adaptation/forward.h"
 #include "SquidString.h"
 
+#include <vector>
+
 class ConfigParser;
 
 namespace Adaptation