diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:16:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:16:42 +0000 |
commit | f0f2da260f40cf3717b7fe162808472a8846ca36 (patch) | |
tree | 4c66817db609fc1c37827f4eac8bbf06bb83532a /llvm/include/Support/HashExtras.h | |
parent | cfbda0cced89ec3014187d29f15672c7f8f8ad2e (diff) | |
download | bcm5719-llvm-f0f2da260f40cf3717b7fe162808472a8846ca36.tar.gz bcm5719-llvm-f0f2da260f40cf3717b7fe162808472a8846ca36.zip |
Move hash_* extension headers from ext/ to Support/ so that we can support
GCC 2.95, GCC 3.0.4 and GCC 3.1 all concurrently, without having to delete
headers after a chackou.
llvm-svn: 3055
Diffstat (limited to 'llvm/include/Support/HashExtras.h')
-rw-r--r-- | llvm/include/Support/HashExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/Support/HashExtras.h b/llvm/include/Support/HashExtras.h index d7e48a3b625..da9e3f5cbad 100644 --- a/llvm/include/Support/HashExtras.h +++ b/llvm/include/Support/HashExtras.h @@ -11,7 +11,7 @@ #define LLVM_SUPPORT_HASHEXTRAS_H #include <string> -#include <ext/hash_map> +#include <Support/hash_map> // Cannot specialize hash template from outside of the std namespace. namespace std { |