diff options
author | Owen Anderson <resistor@mac.com> | 2010-09-13 19:47:32 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-09-13 19:47:32 +0000 |
commit | 16150c67a32d67cf1cb907b3fc06fb2034f96ea1 (patch) | |
tree | e3619e8caf8ce287bead48d0cf13fea25625f5c9 /include/llvm | |
parent | 049e42f0b4547eb1afad4e4ce708d110408957e4 (diff) | |
download | external_llvm-16150c67a32d67cf1cb907b3fc06fb2034f96ea1.zip external_llvm-16150c67a32d67cf1cb907b3fc06fb2034f96ea1.tar.gz external_llvm-16150c67a32d67cf1cb907b3fc06fb2034f96ea1.tar.bz2 |
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')
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index b018603..e53c179 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; |