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:
4b6405d
)
Add a missing include of cstddef needed for size_t.
author
Adrian Prantl
<aprantl@apple.com>
Thu, 15 Oct 2015 19:41:54 +0000
(19:41 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Thu, 15 Oct 2015 19:41:54 +0000
(19:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250446
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Valgrind.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Valgrind.cpp
b/lib/Support/Valgrind.cpp
index 703448524ed9628afb9b280cefa95a6deda5cf38..8d852a67c0756b1b4cf6dc2d66c1879e0dc2b9e4 100644
(file)
--- a/
lib/Support/Valgrind.cpp
+++ b/
lib/Support/Valgrind.cpp
@@
-15,6
+15,7
@@
#include "llvm/Support/Valgrind.h"
#include "llvm/Config/config.h"
+#include <cstddef>
#if HAVE_VALGRIND_VALGRIND_H
#include <valgrind/valgrind.h>