summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-09-13 19:47:32 +0000
committerOwen Anderson <resistor@mac.com>2010-09-13 19:47:32 +0000
commit16150c67a32d67cf1cb907b3fc06fb2034f96ea1 (patch)
treee3619e8caf8ce287bead48d0cf13fea25625f5c9 /include/llvm/CodeGen/AsmPrinter.h
parent049e42f0b4547eb1afad4e4ce708d110408957e4 (diff)
downloadllvm-16150c67a32d67cf1cb907b3fc06fb2034f96ea1.tar.gz
llvm-16150c67a32d67cf1cb907b3fc06fb2034f96ea1.tar.bz2
llvm-16150c67a32d67cf1cb907b3fc06fb2034f96ea1.tar.xz
Attempt to fix the Linux build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-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 b018603b31..e53c179e79 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -18,6 +18,7 @@
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/Support/DebugLoc.h"
+#include "llvm/System/DataTypes.h"
namespace llvm {
class BlockAddress;