forked from OSchip/llvm-project
Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.
llvm-svn: 105994
This commit is contained in:
parent
ad36eb2911
commit
0904134252
|
@ -15,6 +15,7 @@
|
|||
#define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
|
||||
|
||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue