include header.
authorChris Lattner <sabre@nondot.org>
Thu, 1 Apr 2010 05:20:21 +0000 (05:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Apr 2010 05:20:21 +0000 (05:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100087 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLParser.h

index 0610fc8bbd54eeadc5aa9c465d6130b1d5e69bc3..ae460bbb57b35d740bb881a9162b69c6596a99b1 100644 (file)
@@ -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>