From 7f306c8dcf9c36b73ba1c34ba5f33edf097e8937 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 1 Feb 2003 04:14:28 +0000 Subject: [PATCH] Add hash_multimap support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5457 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/hash_map | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Support/hash_map b/include/Support/hash_map index 68ee596a855..dc905da4101 100644 --- a/include/Support/hash_map +++ b/include/Support/hash_map @@ -37,6 +37,7 @@ #endif using HASH_NAMESPACE::hash_map; +using HASH_NAMESPACE::hash_multimap; using HASH_NAMESPACE::hash; #include