diff options
Diffstat (limited to 'include/Support/HashExtras.h')
-rw-r--r-- | include/Support/HashExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/HashExtras.h b/include/Support/HashExtras.h index d7e48a3b62..da9e3f5cba 100644 --- a/include/Support/HashExtras.h +++ b/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 { |