diff options
Diffstat (limited to 'include/llvm/ADT/hash_set.in')
-rw-r--r-- | include/llvm/ADT/hash_set.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/hash_set.in b/include/llvm/ADT/hash_set.in index aae9615..1c7677d 100644 --- a/include/llvm/ADT/hash_set.in +++ b/include/llvm/ADT/hash_set.in @@ -66,6 +66,6 @@ using HASH_NAMESPACE::hash; // out specializations like stl_bvector.h, causing link conflicts. #include <vector> -#include <llvm/ADT/HashExtras.h> +#include "llvm/ADT/HashExtras.h" #endif |