From: w00t Date: Wed, 26 Aug 2009 17:57:44 +0000 (+0000) Subject: Of course, in adding yet more header madness to this for VS2010, I forgot to keep... X-Git-Tag: v2.0.23~1698 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=1c4e1d10d0ead671f138b36d98574ddff1baa12f;p=user%2Fhenk%2Fcode%2Finspircd.git Of course, in adding yet more header madness to this for VS2010, I forgot to keep the old hash_map include for windows. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11539 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/hash_map.h b/include/hash_map.h index 6e47d292b..94d219898 100644 --- a/include/hash_map.h +++ b/include/hash_map.h @@ -36,8 +36,9 @@ #define HAS_TR1_UNORDERED #define HASHMAP_DEPRECATED #else - #define nspace stdext /** Oddball windows namespace for hash_map */ + #include + #define nspace stdext using stdext::hash_map; #define BEGIN_HASHMAP_NAMESPACE namespace nspace { #define END_HASHMAP_NAMESPACE }