summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/hash_map.h3
1 files changed, 2 insertions, 1 deletions
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 <hash_map>
+ #define nspace stdext
using stdext::hash_map;
#define BEGIN_HASHMAP_NAMESPACE namespace nspace {
#define END_HASHMAP_NAMESPACE }