From cce3669a3a6c2011f202795c6333db77009cedd7 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 11:04:03 +0000 Subject: Make bancache compile on windows git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8490 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/bancache.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/bancache.h b/include/bancache.h index a96b194f9..19fc0d952 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -35,7 +35,11 @@ class CoreExport BanCacheHit : public classbase }; // must be defined after class BanCacheHit. +#ifndef WIN32 typedef nspace::hash_map > BanCacheHash; +#else +typedef nspace::hash_map > > BanCacheHash; +#endif class CoreExport BanCacheManager : public classbase { -- cgit v1.2.3