]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4352: compile errors in OS X 10.11
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Oct 2015 10:53:48 +0000 (03:53 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Oct 2015 10:53:48 +0000 (03:53 -0700)
src/http/RegisteredHeaders.h

index 5bab8ce780a4d632398a262ea49521d7fbb644d6..b5219b9b75d899004bfa6381e60af260a502bad7 100644 (file)
@@ -10,7 +10,9 @@
 #define SQUID_HTTP_REGISTEREDHEADERS_H
 
 #include "base/LookupTable.h"
+
 #include <iosfwd>
+#include <vector>
 
 namespace Http
 {