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

Daniel Dunbar daniel at zuster.org
Tue Jun 15 07:50:42 PDT 2010


Author: ddunbar
Date: Tue Jun 15 09:50:42 2010
New Revision: 105994

URL: http://llvm.org/viewvc/llvm-project?rev=105994&view=rev
Log:
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.

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=105994&r1=105993&r2=105994&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h Tue Jun 15 09:50:42 2010
@@ -15,6 +15,7 @@
 #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
 
 #include "llvm/CodeGen/MachineConstantPool.h"
+#include <cstddef>
 
 namespace llvm {
 





More information about the llvm-commits mailing list