]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
fixed std:: stuff
[user/henk/code/inspircd.git] / include / bancache.h
index 3aee3cffdaa5096f3d0918860f0a689497955db9..944d69816e5450d19d1de264a8ac5a8e81d0bf9a 100644 (file)
@@ -48,7 +48,7 @@ class CoreExport BanCacheHit : public classbase
 #ifndef WIN32
 typedef nspace::hash_map<std::string, BanCacheHit *, nspace::hash<std::string> > BanCacheHash;
 #else
-typedef nspace::hash_map<std::string, BanCacheHit*, nspace::hash_compare<string, less<string> > > BanCacheHash;
+typedef nspace::hash_map<std::string, BanCacheHit*, nspace::hash_compare<std::string, std::less<std::string> > > BanCacheHash;
 #endif
 
 class CoreExport BanCacheManager : public classbase