summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Valgrind.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-10-15 19:41:54 +0000
committerAdrian Prantl <aprantl@apple.com>2015-10-15 19:41:54 +0000
commitd8596384e788eb2a0907080860b082fd3e6e600d (patch)
treee05963dc850c1bd54bff2dbb29246efb8121072c /llvm/lib/Support/Valgrind.cpp
parent9e82fa22e47673520d778a4e78d70fff2e3588d9 (diff)
downloadbcm5719-llvm-d8596384e788eb2a0907080860b082fd3e6e600d.tar.gz
bcm5719-llvm-d8596384e788eb2a0907080860b082fd3e6e600d.zip
Add a missing include of cstddef needed for size_t.
llvm-svn: 250446
Diffstat (limited to 'llvm/lib/Support/Valgrind.cpp')
-rw-r--r--llvm/lib/Support/Valgrind.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Valgrind.cpp b/llvm/lib/Support/Valgrind.cpp
index 703448524ed..8d852a67c07 100644
--- a/llvm/lib/Support/Valgrind.cpp
+++ b/llvm/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>
OpenPOWER on IntegriCloud