]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Compile error introduced by previosu patch.
authoramosjeffries <>
Mon, 21 Jan 2008 11:02:56 +0000 (11:02 +0000)
committeramosjeffries <>
Mon, 21 Jan 2008 11:02:56 +0000 (11:02 +0000)
Squid-defined types need to be included where used.

src/HttpRequestMethod.h

index 9616920cf3f969edca4123cfbb99f360786708d9..4c7816b12565fcffb6b802cca23e9c15a2946105 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpRequestMethod.h,v 1.6 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id: HttpRequestMethod.h,v 1.7 2008/01/21 04:02:56 amosjeffries Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -35,6 +35,7 @@
 #define SQUID_HTTPREQUESTMETHOD_H
 
 #include <iosfwd>
+#include "SquidString.h"
 
 enum _method_t {
     METHOD_NONE,               /* 000 */