From: Owen Anderson Date: Mon, 13 Sep 2010 19:47:32 +0000 (+0000) Subject: Attempt to fix the Linux build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=16150c67a32d67cf1cb907b3fc06fb2034f96ea1;p=oota-llvm.git Attempt to fix the Linux build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index b018603b314..e53c179e793 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;