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).
/*
- * $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/
#ifndef SQUID_HTTPREQUESTMETHOD_H
#define SQUID_HTTPREQUESTMETHOD_H
+#include "squid.h"
#include <iosfwd>
#include "SquidString.h"