For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
[oota-llvm.git] / include / llvm / ADT / HashExtras.h
index 2912df264be69c9a055efe74cb729131ae35031b..fcc50c8510f67434d46d17c982048d159e42dfd3 100644 (file)
@@ -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.