Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 15 Jun 2010 14:50:42 +0000 (14:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 15 Jun 2010 14:50:42 +0000 (14:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105994 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMConstantPoolValue.h

index 6f4eddf7361d92daabe6646c3f70c20263d98a96..3119b54563dee59dc65788e30753dfee3e085b0f 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
 
 #include "llvm/CodeGen/MachineConstantPool.h"
+#include <cstddef>
 
 namespace llvm {