mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 14:33:40 +00:00
Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!
llvm-svn: 124470
This commit is contained in:
parent
74dfcccec4
commit
1f3febae6f
@ -26,6 +26,7 @@
|
||||
#define LLVM_USE_H
|
||||
|
||||
#include "llvm/ADT/PointerIntPair.h"
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user