]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpHeader.h
Prep for merge from trunk: undo branch r13313, r13312, and r13311 that were
[thirdparty/squid.git] / src / HttpHeader.h
index 8681d1aaca020564d88cb977ca5d44a9c2d693e4..7f08ee8a01245746be57c1190c107ba87cb0367a 100644 (file)
@@ -36,6 +36,8 @@
 #include "MemPool.h"
 #include "SquidString.h"
 
+#include <vector>
+
 /* class forward declarations */
 class HttpHdrCc;
 class HttpHdrContRange;
@@ -283,7 +285,7 @@ public:
     inline bool chunked() const; ///< whether message uses chunked Transfer-Encoding
 
     /* protected, do not use these, use interface functions instead */
-    Vector<HttpHeaderEntry *> entries;         /**< parsed fields in raw format */
+    std::vector<HttpHeaderEntry *> entries;            /**< parsed fields in raw format */
     HttpHeaderMask mask;       /**< bit set <=> entry present */
     http_hdr_owner_type owner; /**< request or reply */
     int len;                   /**< length when packed, not counting terminating null-byte */