commit | b45218f7c8c53ed77bc35563b2a300781be3cdd0 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Apr 01 05:20:21 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Apr 01 05:20:21 2010 +0000 |
tree | 78f5fb3916c55f5e04b4c69b5a9ca830e8bd4407 | |
parent | 449c3103c5d8a3105ac1a46187ac1c7e1bdc0ba2 [diff] [blame] |
include header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100087 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h index 0610fc8..ae460bb 100644 --- a/lib/AsmParser/LLParser.h +++ b/lib/AsmParser/LLParser.h
@@ -17,6 +17,7 @@ #include "LLLexer.h" #include "llvm/Module.h" #include "llvm/Type.h" +#include "llvm/ADT/DenseMap.h" #include "llvm/Support/ValueHandle.h" #include <map>