projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df3bfae
)
Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 28 Jan 2011 03:52:25 +0000
(
03:52
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Fri, 28 Jan 2011 03:52:25 +0000
(
03:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124470
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Use.h
patch
|
blob
|
history
diff --git
a/include/llvm/Use.h
b/include/llvm/Use.h
index c4b8851d9351e8bf35511518339f09c3632a0ce7..ccbdd7fcae139dc17fb5c03d3fff8d4d34867aca 100644
(file)
--- a/
include/llvm/Use.h
+++ b/
include/llvm/Use.h
@@
-26,6
+26,7
@@
#define LLVM_USE_H
#include "llvm/ADT/PointerIntPair.h"
+#include <cstddef>
#include <iterator>
namespace llvm {