diff options
author | Dan Gohman <gohman@apple.com> | 2008-12-03 02:10:00 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-12-03 02:10:00 +0000 |
commit | c70f3295438488e1e34eb212d1f8ec55bbf43935 (patch) | |
tree | 98b6b1521822ba1822708201dae3b5c162a83e4d /lib | |
parent | 03e7d834d54628147edcf545ca1a3ce790b9b2f7 (diff) |
Fix a missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMConstantPoolValue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index b5f8325f04..7b10565ba3 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 <ostream> namespace llvm { |