aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/hash_map.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/hash_map.in')
-rw-r--r--include/llvm/ADT/hash_map.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/hash_map.in b/include/llvm/ADT/hash_map.in
index c21711b..15cded2 100644
--- a/include/llvm/ADT/hash_map.in
+++ b/include/llvm/ADT/hash_map.in
@@ -65,6 +65,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