aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/HashExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/HashExtras.h')
-rw-r--r--include/llvm/ADT/HashExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h
index 2912df264b..fcc50c8510 100644
--- a/include/llvm/ADT/HashExtras.h
+++ b/include/llvm/ADT/HashExtras.h
@@ -17,7 +17,7 @@
#ifndef LLVM_ADT_HASHEXTRAS_H
#define LLVM_ADT_HASHEXTRAS_H
-#include "llvm/ADT/hash_map"
+#include "llvm/ADT/hash_map.h"
#include <string>
// Cannot specialize hash template from outside of the std namespace.