summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-15 14:50:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-15 14:50:42 +0000
commit09041342526147fe72a92519e32d79be683dad6c (patch)
treea04db15a123c046d4da515dca2930dc3f2d1e085 /llvm/lib
parentad36eb2911519258ecfbbd704106cfdf572e3713 (diff)
downloadbcm5719-llvm-09041342526147fe72a92519e32d79be683dad6c.tar.gz
bcm5719-llvm-09041342526147fe72a92519e32d79be683dad6c.zip
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
llvm-svn: 105994
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMConstantPoolValue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantPoolValue.h b/llvm/lib/Target/ARM/ARMConstantPoolValue.h
index 6f4eddf7361..3119b54563d 100644
--- a/llvm/lib/Target/ARM/ARMConstantPoolValue.h
+++ b/llvm/lib/Target/ARM/ARMConstantPoolValue.h
@@ -15,6 +15,7 @@
#define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
#include "llvm/CodeGen/MachineConstantPool.h"
+#include <cstddef>
namespace llvm {
OpenPOWER on IntegriCloud