aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/hash_map
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/hash_map')
-rw-r--r--include/Support/hash_map6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Support/hash_map b/include/Support/hash_map
new file mode 100644
index 0000000..aefcc28
--- /dev/null
+++ b/include/Support/hash_map
@@ -0,0 +1,6 @@
+#if __GNUC__ == 3
+#include <ext/hash_map>
+using __gnu_cxx::hash_map;
+#else
+#include <hash_map>
+#endif