aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArgiris Kirtzidis <akyrtzi@gmail.com>2009-04-30 23:50:26 +0000
committerArgiris Kirtzidis <akyrtzi@gmail.com>2009-04-30 23:50:26 +0000
commit4da5cbf757da485c68a22b74a2994bf11d075c24 (patch)
treec223b9061671a86e935aa944691b2dda8816a15e /include
parent49e0f75e902f272e64ce25796f33393b05759f67 (diff)
downloadexternal_llvm-4da5cbf757da485c68a22b74a2994bf11d075c24.zip
external_llvm-4da5cbf757da485c68a22b74a2994bf11d075c24.tar.gz
external_llvm-4da5cbf757da485c68a22b74a2994bf11d075c24.tar.bz2
Fix compilation for some targets other than x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 727fd61..89ea72f 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -18,6 +18,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/Analysis/DebugInfo.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Target/TargetMachine.h"
#include <set>