diff options
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 5887a831162..68a49eac9e9 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 <Support/hash_map> +#include "Support/hash_map" // Cannot specialize hash template from outside of the std namespace. namespace HASH_NAMESPACE { |