]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #2240 fix: HttpRequestMethod-related unit tests fail
authorrousskov <>
Tue, 26 Feb 2008 07:16:47 +0000 (07:16 +0000)
committerrousskov <>
Tue, 26 Feb 2008 07:16:47 +0000 (07:16 +0000)
Made HttpRequestMethod.h self-sufficient: #include enough to compile it
in isolation.

TODO: move operator++() to .cc so that we do not have to drag Debug.h
and friends into the header (via squid.h).

src/HttpRequestMethod.h

index 3ebf2e8846b0abefe15a5c9818ae1a12a65dc7c8..3b11576d3317e21ba347f251c84d15451cc7fe7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: HttpRequestMethod.h,v 1.11 2008/02/16 17:41:55 rousskov Exp $
+ * $Id: HttpRequestMethod.h,v 1.12 2008/02/26 00:16:47 rousskov Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -33,6 +33,7 @@
 #ifndef SQUID_HTTPREQUESTMETHOD_H
 #define SQUID_HTTPREQUESTMETHOD_H
 
+#include "squid.h"
 #include <iosfwd>
 #include "SquidString.h"