Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.

llvm-svn: 105994
This commit is contained in:
Daniel Dunbar 2010-06-15 14:50:42 +00:00
parent ad36eb2911
commit 0904134252
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
#include "llvm/CodeGen/MachineConstantPool.h"
#include <cstddef>
namespace llvm {