[llvm-commits] [llvm] r60458 - /llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h

Dan Gohman gohman at apple.com
Tue Dec 2 18:10:00 PST 2008


Author: djg
Date: Tue Dec  2 20:10:00 2008
New Revision: 60458

URL: http://llvm.org/viewvc/llvm-project?rev=60458&view=rev
Log:
Fix a missing #include.

Modified:
    llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h

Modified: llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h?rev=60458&r1=60457&r2=60458&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h Tue Dec  2 20:10:00 2008
@@ -15,6 +15,7 @@
 #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
 
 #include "llvm/CodeGen/MachineConstantPool.h"
+#include <ostream>
 
 namespace llvm {
 





More information about the llvm-commits mailing list