]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hash_map.h
Remove unneeded ProtocolInterface::Introduce
[user/henk/code/inspircd.git] / include / hash_map.h
index 6e47d292b8199930734d9a0ed66d5b072da6b0c8..94d2198982db40154482de1fffa455cfcebdee27 100644 (file)
@@ -36,8 +36,9 @@
                        #define HAS_TR1_UNORDERED
                        #define HASHMAP_DEPRECATED
                #else
-                       #define nspace stdext
                        /** Oddball windows namespace for hash_map */
+                       #include <hash_map>
+                       #define nspace stdext
                        using stdext::hash_map;
                        #define BEGIN_HASHMAP_NAMESPACE namespace nspace {
                        #define END_HASHMAP_NAMESPACE }