From d8596384e788eb2a0907080860b082fd3e6e600d Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 15 Oct 2015 19:41:54 +0000 Subject: Add a missing include of cstddef needed for size_t. llvm-svn: 250446 --- llvm/lib/Support/Valgrind.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/Valgrind.cpp') 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 #if HAVE_VALGRIND_VALGRIND_H #include -- cgit v1.2.3