From: Dan Gohman Date: Wed, 3 Dec 2008 02:10:00 +0000 (+0000) Subject: Fix a missing #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c70f3295438488e1e34eb212d1f8ec55bbf43935;p=oota-llvm.git Fix a missing #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60458 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index b5f8325f045..7b10565ba3a 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.h +++ b/lib/Target/ARM/ARMConstantPoolValue.h @@ -15,6 +15,7 @@ #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H #include "llvm/CodeGen/MachineConstantPool.h" +#include namespace llvm {