summaryrefslogtreecommitdiff
path: root/stlport/systemstl/hash_map
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/systemstl/hash_map')
-rw-r--r--stlport/systemstl/hash_map9
1 files changed, 9 insertions, 0 deletions
diff --git a/stlport/systemstl/hash_map b/stlport/systemstl/hash_map
index 083188d1c504..8dfc514027e3 100644
--- a/stlport/systemstl/hash_map
+++ b/stlport/systemstl/hash_map
@@ -74,8 +74,17 @@ namespace std
}
#else
+#ifdef _MSC_VER
+#define USE_MSVC_HASH_MAP
+#include <../include/hash_map>
+namespace std
+{
+ using namespace stdext;
+}
+#else
# error UNSUPPORTED COMPILER
#endif
+#endif
#endif