]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreMetaObjSize.h
3.1 Cleanups pt 1: Add testheaders.sh script
[thirdparty/squid.git] / src / StoreMetaObjSize.h
index f2aad3590206c631ea7214adeb101de8fdff2417..a9962405260105cbb346a698185db3e202be7162 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * $Id: StoreMetaObjSize.h,v 1.1 2007/09/19 08:54:51 hno Exp $
  *
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-
 #ifndef SQUID_STOREMETAOBJSIZE_H
 #define SQUID_STOREMETAOBJSIZE_H
 
 #include "StoreMeta.h"
+#include "MemPool.h"
 
 class StoreMetaObjSize : public StoreMeta
 {
@@ -45,6 +44,6 @@ public:
     char getType() const {return STORE_META_OBJSIZE;}
 };
 
-MEMPROXY_CLASS_INLINE(StoreMetaObjSize)
+MEMPROXY_CLASS_INLINE(StoreMetaObjSize);
 
 #endif /* SQUID_STOREMETAOBJSIZE_H */