diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-06-15 14:50:42 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-15 14:50:42 +0000 |
commit | f4a7bf4ec3faf80a9c890408d574a3d2e7ed1e1e (patch) | |
tree | 61a43bed392bd652363434c7b15d8f45cda2b392 /lib/Target/ARM/ARMConstantPoolValue.h | |
parent | 852a7e362e3c539f1fe23307e946eae9ca18ae14 (diff) |
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMConstantPoolValue.h')
-rw-r--r-- | lib/Target/ARM/ARMConstantPoolValue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index 6f4eddf736..3119b54563 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 <cstddef> namespace llvm { |