commit | 8d6ca9bfb5580426590f6628b83279de503a3238 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Dec 03 02:10:00 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Dec 03 02:10:00 2008 +0000 |
tree | 98b6b1521822ba1822708201dae3b5c162a83e4d | |
parent | cc03e0f9b8994493f31aab842d2fa09b6bc4eb2c [diff] [blame] |
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 b5f8325..7b10565 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 {