summaryrefslogtreecommitdiff
path: root/include/Support/hash_map
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-11-08 14:07:33 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-11-08 14:07:33 +0000
commit691cd891e36e5e19d5a039babe5d03a512ad23a7 (patch)
tree72ea1d722f72cfbf633650529b552c904171b1e9 /include/Support/hash_map
parentb638913c205e93b89fb73e020c42208d1d61671b (diff)
downloadllvm-691cd891e36e5e19d5a039babe5d03a512ad23a7.tar.gz
llvm-691cd891e36e5e19d5a039babe5d03a512ad23a7.tar.bz2
llvm-691cd891e36e5e19d5a039babe5d03a512ad23a7.tar.xz
Include HashExtras.h since it is almost always needed anyway.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/hash_map')
-rw-r--r--include/Support/hash_map2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Support/hash_map b/include/Support/hash_map
index b52474735f..68ee596a85 100644
--- a/include/Support/hash_map
+++ b/include/Support/hash_map
@@ -39,4 +39,6 @@
using HASH_NAMESPACE::hash_map;
using HASH_NAMESPACE::hash;
+#include <Support/HashExtras.h>
+
#endif