summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-01 05:20:21 +0000
committerChris Lattner <sabre@nondot.org>2010-04-01 05:20:21 +0000
commitb45218f7c8c53ed77bc35563b2a300781be3cdd0 (patch)
tree78f5fb3916c55f5e04b4c69b5a9ca830e8bd4407 /lib/AsmParser/LLParser.h
parent449c3103c5d8a3105ac1a46187ac1c7e1bdc0ba2 (diff)
downloadllvm-b45218f7c8c53ed77bc35563b2a300781be3cdd0.tar.gz
llvm-b45218f7c8c53ed77bc35563b2a300781be3cdd0.tar.bz2
llvm-b45218f7c8c53ed77bc35563b2a300781be3cdd0.tar.xz
include header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/LLParser.h')
-rw-r--r--lib/AsmParser/LLParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h
index 0610fc8bbd..ae460bbb57 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>